Welcome to the Competitive Programming repository!
This repository contains a collection of solutions, templates, and notes for various competitive programming problems and topics.
- Algorithms: Implementations of common algorithms used in contests (e.g., sorting, searching, dynamic programming, graph algorithms, etc.).
- Data Structures: Code for frequently used data structures (segment tree, Fenwick tree, union-find, etc.).
- Problem Solutions: Solutions to problems from various online judges (Codeforces, AtCoder, LeetCode, etc.).
- Templates: Ready-to-use code templates for quick setup during contests.
- Notes & Resources: Helpful notes, tricks, and links to external resources.
- Browse the folders for code and explanations.
- Copy-paste templates during contests to save time.
- Read notes for quick revision or learning new concepts.
- Practice by attempting the problems and comparing your solutions.
Contributions are welcome!
If you have a better solution, new template, or useful note, feel free to open a pull request.
Happy Coding & Good Luck in Your Contests!