This repository contains my NeetCode solutions synced from NeetCode.io.
I use this repo to track my progress, stay consistent with problem solving, and strengthen my understanding of data structures, algorithms, and coding interview patterns over time.
As I work through NeetCode problems, my submissions are automatically pushed here through NeetCode’s GitHub Sync feature. This gives me a running record of the problems I’ve solved and lets me look back at how my thinking and coding improve over time.
For me, this repo is not just a dump of solutions. It is a way to build discipline, review patterns, and keep sharpening my problem-solving skills.
This repository is connected to NeetCode.io’s GitHub Sync integration and automatically commit solutions when I submit them
Solutions are organized by topic and then by problem.
Each submission is saved as a separate file, so if I attempt the same problem more than once, multiple submissions may appear in that problem’s folder.
<topic-folder>/
<problem-id>/
submission-0.<ext>
submission-1.<ext>
...