Skip to content

AlbusDracoSam/DailyByte

Repository files navigation

Learn all the most popular interview topics one concept at a time in an order that makes sense. 🙇

Start with easier topics and progress to harder topics to ensure you build a solid foundation as you practice. 💪

Cover our organized, twelve week curriculum before receiving randomly selected questions and learn how to solve the most frequently asked questions from the most popular companies.

Get your copy and practice daily byte by byte and accomplish the goal. 💥

All the solutions are availabe in my repo. Only for learning purpose not with any other intention.


Weeks 1 - 3

  1. Strings

  2. Hash Maps

  3. Linked Lists


Weeks 4-7

  1. Stacks & Queues

  2. Trees

  3. Breadth-first Search

  4. Depth-first Search


Weeks 8-12

  1. Backtracking

  2. Greedy Algorithms

  3. Memoization

  4. Dynamic Programming

  5. Advanced Topics