P
P
Programming Puzzles
Search
⌃
K
P
P
Programming Puzzles
Search
⌃
K
Introduction
CTCI
Arrays and Strings
Linked Lists
Remove Dups
Return Kth to Last
Delete Middle Node
Sum Lists
Palindrome
Intersection
Trees
Stacks and Queues
Sorting and Searching
Bit Manipulation
Math and Puzzles
Recursion and Dynamic Programming
Object Oriented Design
Moderate
Hard
EoPI
LeetCode
Competition
Project Eular
Powered By
GitBook
Comment on page
Remove Dups
2.1 Remove Dups:
Write code to remove duplicates from an unsorted linked list.
FOLLOW UP How would you solve this problem if a temporary buffer is not allowed?
Previous
Linked Lists
Next
Return Kth to Last
Last modified
4yr ago