/* 完善ing… */
LinkedList (LL)题目的一般解题技巧
1. 快慢指针
2. Return的LL头不确定时可用Dummy Node
若无无特别指出LL均为单向链表
解题集
206 Reverse Linked List
86 Partition List
328 Odd Even Linked List
19 Remove nth node from end of list
/* 完善ing… */
LinkedList (LL)题目的一般解题技巧
1. 快慢指针
2. Return的LL头不确定时可用Dummy Node
若无无特别指出LL均为单向链表
解题集
206 Reverse Linked List
86 Partition List
328 Odd Even Linked List
19 Remove nth node from end of list

被折叠的 条评论
为什么被折叠?