Y
Hacker News
new
|
ask
|
show
|
jobs
by
GregDavidson
3 days ago
If someone can't implement the very simplest Graph Structure, Linked Lists, then I assume they can't implement any linked data structure. Learning variations of Linked Lists is where you start, e.g.
https://rust-unofficial.github.io/too-many-lists/
1 comments
steveklabnik
3 days ago
Many working programmers have no need to implement linked data structures in their day to day jobs.
link