DEV Community

Discussion on: Data Structures & Algorithms Study Guide: Where to go from here?

Collapse
 
rockarts profile image
Steven Rockarts

Add Trees and Graphs to your data structures list. They seem intimidating at first but once you understand them they are very cool. You could use a trie on the front end to implement your own typeahead search.

I think good next steps are to try solving problems at checkio.org/ or leetcode.com