Repository of all my submissions to some competitive programming repositories (Online Judges), as well as, the implementation of some data structures (tree, queue, stack, etc.) and algorithms (Dijkstra, Kruskal, Kadane, etc.).
- AtCoder: Solved Problems.
- Code Jam - Google's Coding Competitions: Solved Problems.
- CodeChef: Solved Problems.
- CodeForces: Solved Problems.
- CSES: Solved Problems.
- HackerEarth: Solved Problems.
- Neps Academy: Solved Problems.
- PKU JudgeOnline (POJ): Solved Problems.
- Sphere Online Judge (SPOJ): Solved Problems.
- URI Online Judge (URI): Solved Problems.
- URI Online Judge (URI): SQL Solutions.
- UVA Online Judge (UVA): Solved Problems.
- Deque: Implementations.
- Graph: Implementations
- HashTable: Implementations.
- Linked List: Implementations.
- Priority Queue: Implementations.
- Queue: Implementations.
- Stack: Implementations.
- Tree: Implementations.
- Union Find (Disjoint Set): Implementations.
- Backtracking:
- Graph Algorithms:
- Dynamic Programming:
- Greedy Algorithms:
- String Algorithms:
- Sort Algorithms: Implementations
- Search Algorithms: Implementations
- Techniques: