DEV Community

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

Collapse
 
brunotag profile image
Bruno Tagliapietra • Edited

I'd add a seventh one, too important to miss: the hash sets/hash tables/hash maps/dictionaries/maps.. in general, the constant time O(1) data structures that are sooo key to drastically improve performances sooo many times.

By the way, one of the best introductory articles to data structures I've ever seen!