An open API service indexing awesome lists of open source software.

https://github.com/kkvanonymous/competitive-programming

This repo contains stuff related to Competitive Programming
https://github.com/kkvanonymous/competitive-programming

algorithms competitive-programming data-structures-and-algorithms dsa-algorithm

Last synced: 4 months ago
JSON representation

This repo contains stuff related to Competitive Programming

Awesome Lists containing this project

README

        

# Competitive-Programming
This repo contains stuff related to my practice done for Competitive Programming, Algorithms and Data Structures.
### Goals
- [x] Searching
- [x] Sorting
- [x] Hashing
- [x] Stack
- [x] Queue
- [x] Linked List
- [x] Recursion
- [x] Backtracking
- [x] Tree
- [x] BST
- [x] AVL Tree
- [x] Heap or priority queue
- [x] Graph
- [x] Greedy
- [x] Dynamic programming
- [x] Bit Manipulation
- [x] Tries