Hacker News new | ask | show | jobs
by ok123456 1299 days ago
Wouldn't call those data structures. Those are data types.
1 comments

They are structured data. The restriction of the term "data structures" to what's asked in interview puzzles is ridiculous IMHO.

Edit: and even among "interview puzzle data structures", stacks and queues have much simpler semantics than linked lists.