AnneLivia / Competitive-Programming

Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Programming Repository

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.).

➜ ONLINE JUDGES

  1. AtCoder: Solved Problems.
  2. Code Jam - Google's Coding Competitions: Solved Problems.
  3. CodeChef: Solved Problems.
  4. CodeForces: Solved Problems.
  5. CSES: Solved Problems.
  6. HackerEarth: Solved Problems.
  7. Neps Academy: Solved Problems.
  8. PKU JudgeOnline (POJ): Solved Problems.
  9. Sphere Online Judge (SPOJ): Solved Problems.
  10. URI Online Judge (URI): Solved Problems.
  11. URI Online Judge (URI): SQL Solutions.
  12. UVA Online Judge (UVA): Solved Problems.

➜ DATA STRUCTURES

  1. Deque: Implementations.
  2. Graph: Implementations
  3. HashTable: Implementations.
  4. Linked List: Implementations.
  5. Priority Queue: Implementations.
  6. Queue: Implementations.
  7. Stack: Implementations.
  8. Tree: Implementations.
  9. Union Find (Disjoint Set): Implementations.

➜ ALGORITHMS

  1. Backtracking:
  2. Graph Algorithms:
  3. Dynamic Programming:
  4. Greedy Algorithms:
  5. String Algorithms:
  6. Sort Algorithms: Implementations
  7. Search Algorithms: Implementations
  8. Techniques:

About

Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.

License:MIT License


Languages

Language:C++ 98.0%Language:Java 1.4%Language:C 0.5%Language:Python 0.1%