Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
zozbot234
3y ago
0 comments
Share
> Something simple like a linked list can be challenging to implement.
Well, that's because linked lists are not simple. The linked blogpost makes that clear enough.
0 comments
default
newest
oldest
karmakurtisaani
3y ago
To expand this a little, the perception that linked lists are easy comes from the fact that the garbage collector does all the heavy lifting on the background. Using a non-GC language reveals the complexities involved.
j
/
k
navigate · click thread line to collapse