Projects
Code I'm not embarrassed to show you. Open source on GitHub.
algoreps
1Stop grinding. Start retaining. A spaced repetition platform for mastering DSA.
revise
Track coding practice with spaced repetition. Browser extension + FastAPI server for LeetCode, CodeChef, HackerRank & more.
ML-Notebook
26Comprehensive ML curriculum: from NumPy to Neural Networks. 50+ Jupyter notebooks with from-scratch implementations and real-world projects.
Subsets-Subarrays-Subsequences
3C++ implementations of subset, subarray & subsequence problems using recursion and backtracking
Algo-Dump
130+ algorithm implementations in C++ — sorting, DP, number theory, cryptography, backtracking, and more