1 . Always go through some test cases or examples before you implement a problem using Linked List.
2. Always feel free to use several pointers at the same time.
3. In most of the cases you need to keep track of the previous node for the current node.
No comments:
Post a Comment