Re: UNSW chit chat thread 2016
If you need help with understanding linked lists, a young prodigy gave me one tip that changed my life: understand pointers.
Then I did a handful of fundamental linked list questions (e.g. reverse a linked list, check if linked list is a cycle, etc) and I...