18 LinkedList
Last updated
Was this helpful?
Last updated
Was this helpful?
普通的linkedList修改:
(L96)
(L372)
(L98)
(L380)--ctci 2.7
(L105) -- coding interview 54
(L173)
(L451)
(L99)
379 Design Phone Directory
Remove from list:
(L174)
(L452)
(L112)
Reverse Linked List:
2 pointer的linkedlist:快慢指针
LinkedList to Tree / List to Tree
L242 Convert Binary Tree to Linked Lists by Depth
other related:
面经:4 way list ?
Add numbers :
Merge list :
Other related:
( L113)
(L35)
(L36) -- 同样解法
(L450)
(L102)
(L103) -- ctci 2.8
(L223)
(L170)
(109)
(L167)
(L221)
-- (L407 - plus one for array)
(L165)
(L104)