https://github.com/sapna127/codingninjas-dsa-cpp
Collection of major data structures and algorithms problems on various topics.
https://github.com/sapna127/codingninjas-dsa-cpp
array backtra binary-se dynamic-programming hashmap heaps linked-list queue queues stack stacks trees trie
Last synced: about 1 year ago
JSON representation
Collection of major data structures and algorithms problems on various topics.
- Host: GitHub
- URL: https://github.com/sapna127/codingninjas-dsa-cpp
- Owner: Sapna127
- Created: 2021-12-11T07:30:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T13:35:41.000Z (over 4 years ago)
- Last Synced: 2025-03-29T10:32:14.069Z (over 1 year ago)
- Topics: array, backtra, binary-se, dynamic-programming, hashmap, heaps, linked-list, queue, queues, stack, stacks, trees, trie
- Language: C++
- Homepage:
- Size: 448 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and algorithms in cpp
Topicwise collection of all problems & their solutions from the coding ninjas DSA in cpp course
- Arrays & Strings
- Linked list
- stack & queue
- Trees
- Binary trees
- BST
- Priority Queue
- Hashmaps
- Tries
- Backtracking
- DP
p.s. the repo gets updated as soon as i learn new topics