DEV Community

Discussion on: Six Data Structures To Help You Ace Your Technical Interview

Collapse
 
dexygen profile image
George Jempty

Linked lists are not over-rated, in fact they provide a conceptual foundation for block-chain (as do graphs)

Collapse
 
aminmansuri profile image
hidden_dude

They've also been used in file systems and skip lists (which are super awesome).

But dynamic arrays often got ignored in intro data structures classes. (Maybe not anymore with the advent of Java)