soumit-git / neet-code-solutions

The neetcode roadmap 150 problems on different concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neetcode Solutions

A collection of 150 problems for the interview roadmap by neetcode - You can follow the same roadmap on Roadmap

Note: The problems are from Leetcode. The solutions to these problems are from my understanding of the concepts and tutorials that I followed.

Topics

  1. Arrays & Hashing
  2. Pointers
  3. Stack
  4. Binary Search
  5. Sliding Window
  6. Linked List
  7. Trees
  8. Tries
  9. Backtracking
  10. Heap/Priority Queue
  11. Graphs
  12. 1-D DP
  13. Intervals
  14. Greedy
  15. Advanced Graphs
  16. 2-D DP
  17. Bit Manipulation
  18. Math & Geometry

Some problems are missing since they require subscription to the leetcode platform

About

The neetcode roadmap 150 problems on different concepts