随笔分类 -  leetcode

java 实现单链表反转Reverse Linked List
摘要:Example: 阅读全文

posted @ 2019-10-08 21:45 ptbx 阅读(471) 评论(0) 推荐(0)

String to Integer (atoi)
摘要:Example 1: Example 2: Example 3: Example 4: Example 5: 阅读全文

posted @ 2019-09-22 23:25 ptbx 阅读(141) 评论(0) 推荐(0)

栈: 用数组实现一个顺序栈 用链表实现一个链式栈
摘要:用数组实现一个顺序栈: 用链表实现一个链式栈 阅读全文

posted @ 2019-09-03 00:12 ptbx 阅读(210) 评论(0) 推荐(0)