My solutions to LeetCode problems, written in C (algorithms) and SQL (database problems). Synced with the LeetSync extension.
Each problem lives in its own folder named <problem-number>-<problem-slug> and contains:
15-3sum/
├── 3sum.c # Solution code
└── README.md # Problem statement (auto-generated by LeetSync)