Skip to content

piyushkumar96/data-structures-algorithms-levelup-problems-and-solutions

Repository files navigation

data-structures-algorithms-levelup-problems-and-solutions

Hi there! 👋

I'm maintaining this repo solely for the purpose of brushing up my DS Algo concepts before an interview.

Topics

  1. Array and Vectors Problems.
  2. String Problems.
  3. Sliding Window Problems (Inprogress).
  4. Searching and Sorting Problems (Inprogress).
  5. Binary Search Problems (Inprogress).
  6. Recursion Problems (Inprogress).
  7. Linked List Problems (Inprogress).
  8. Stack and Queue Problems (Inprogress).
  9. Binary Tree Problems (Inprogress).
  10. BST Problems (Inprogress).
  11. Priority Queue Problems (Inprogress).
  12. Hashing Problems (Inprogress).
  13. Tries and Pattern Matching (Inprogress).
  14. Graph Problems (Inprogress).
  15. Dynamic Programming (Inprogress).

Note: This is not a complete guide for interview preparation.

References:

  • Cracking the Coding Interview by Gayle Laakmann McDowell.
  • Programming Interviews Exposed by Eric Giguere, John Mongan, and Noah Kindler.
  • A udemy course by Prateek Narang Software Engineer @Google Link.

Resources:

Note: This repo contains the topic wise programming Questions and their Solutions in C++.