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
- Host: GitHub
- URL: https://github.com/kkvanonymous/competitive-programming
- Owner: KKVANONYMOUS
- Created: 2020-08-06T11:14:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T18:54:45.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:11:33.227Z (5 months ago)
- Topics: algorithms, competitive-programming, data-structures-and-algorithms, dsa-algorithm
- Language: C++
- Homepage:
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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