Binary Search Template
A concise template covering lower_bound, upper_bound, answer binary search, and common pitfalls.
Read Note →This page contains concise notes that I write while studying competitive programming, artificial intelligence, backend development, mathematics, and software engineering. They are designed to be short, practical, and easy to revisit later.
A concise template covering lower_bound, upper_bound, answer binary search, and common pitfalls.
Read Note →
Build, update, range query, lazy propagation, and iterative implementation.
Read Note →
DFS, BFS, Dijkstra, Topological Sort, Union Find, and MST.
Read Note →
Common DP transitions, optimization ideas, and frequently used templates in programming contests.
Read Note →
Number theory, modular arithmetic, combinatorics, fast exponentiation, and useful formulas.
Read Note →
Frequently used STL containers, algorithms, complexity, and handy code snippets.
Read Note →
Data preprocessing, model evaluation, cross validation, feature engineering, and practical tips.
Read Note →
REST API design, SQL basics, authentication, deployment, and clean architecture.
Read Note →These notes are my personal knowledge base. Whenever I discover a useful algorithm, programming technique, debugging tip, mathematical trick, or engineering practice, I'll add it here for future reference. Hopefully they can also help others learn a little faster.
Read My Blogs