Skip to content

IonelPopJara/neetcode-150-solutions

Repository files navigation

NeetCode 150 Roadmap

This repo contains the solutions for the problems presented in the NeetCode 150 Roadmap.

The access to this roadmap is completely free for everyone.

Repo Structure

.
├── 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

LeetCode

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.

Changelog

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.

About

This repo contains the solutions for the problems presented in the NeetCode 150 Roadmap.

Topics

Resources

License

Stars

Watchers

Forks