Blog
2026
- memory dumpBasics on memory API, segmentation & free space management
- Algorithm Time ComplexityUnderstanding time and space complexity constraints for competitive programming
- Search Methods in AIExploring weak methods in AI
- Parallelizing K-Means with OpenMPExploring parallelization techniques and challenges when implementing K-Means clustering
2025
- Kmeans.cppExploring the K-means clustering algorithm, from math to C++ implementation.
- Notes on TrieTrie Basics
- If-else vs Swtich in C++when are they faster and why
- Byte Pair Encoding Tokenization from Scratch in cpp In Progresscan I make preprocessing faster
- Integer OverflowBinary Search in cpp