/CPP-Neetcode

Blind - 75 | Neetcode - 150

Primary LanguageC++

This is a respository that stores solved Neetcode questions for C++.

The directories structure is of the format -

.
├── {Subdomain}
│  └── {Question Number}.{Title}.cpp
|  └── tests.cpp [optional]
└── README.md

Difficulty - Ez / Med / Hard

Each file has the question as a comment on the top.
The file may or may not have an explanation for any solution.
There may or may not be an elegant solution alongside bruteforce approach.

Since I personally prefer using neovim and leetcode doesn't have the auto completion abilities for free accounts, I use a CLI tool for generating the leetcode templates and testing locally.