Welcome to my coding challenges repository! Here, I solve problems from LeetCode, Codeforces, and olympiads, with detailed explanations. Built to showcase my algorithmic and DevOps skills.
- Each problem has a
README.mdwith the problem statement. - Solutions are in
solution.pyorsolution.cppwith comments.
- Window method - solution in Python.
- BFS - solution in C++.
- LCA - solution in C++ with Binary Lifting.
- Segment Tree - solution in C++ and Python.