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

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.

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