Hacker News new | ask | show | jobs
by silentbicycle 5676 days ago
I'd go one further - if I thought somebody was giving me a rote answer for how to reverse a linked list, I would push them to see if they actually understand why it works. Or switch to something a bit more exotic, like a skiplist or radix trie, and see if they have any intuition about data structures.

It's a linked list, people.