Resource Library

Below you can find all of the different resources in the Guide: practice problems, former Google interview questions, online courses, videos, and more.

Back to all resources
  • The trie data structure

    Much like a dictionary, a trie stores keys and associated values. Check out this article to learn more about what a trie is and why it's a useful data structure to use when it comes to search. (GitHub)

    Mark as complete Save for later