This repo contains the solutions for the problems presented in the NeetCode 150 Roadmap.
The access to this roadmap is completely free for everyone.
.
├── 1-arrays-and-hashing
├── 2-two-pointers
├── 3-stacks
├── 4-binary-search
├── LICENSE
├── old-cracking-the-coding-interview-solutions
│ ├── 1-arrays-and-strings
│ ├── 2-linked-lists
│ └── extra-sorting
└── README.md
To make it easier for myself, I used the extension leetcode.nvim created by kawre. This extension allows you to solve leetcode challenges inside Neovim.
Orignally, this repo contained the solutions for the problems presented in the book Craking the Coding Interview. However, after solving a few, I decided to go with NeetCode 150 because the structure seemed easier to understand.