Amazon Interview Question

How would you remove duplicates from a linked list? How would you remove duplicates without using a temporary variable?

Interview Answer

Anonymous

Aug 8, 2013

Using sets or hash-tables