DEV Community

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

Collapse
 
sidvishnoi profile image
Sid Vishnoi

Conceptually, linked lists are a good first step for learning trees/graphs (and hashmap implementation).
Practically, linked lists are essentially useless unless you're doing interviews or some niche low level programming.

Collapse
 
tamouse profile image
Tamara Temple

reread the first two paragraphs