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

https://github.com/xambassador/dsa

🎉 Data structures and Algorithms solutions in c++, JavaScript and Go.
https://github.com/xambassador/dsa

algorithms-solutions arrays binary-trees bst dsa-algorithm dynamic-programming graphs greedy-algorithms heaps linked-list priority-queue queue recursion searching sorting stack trees

Last synced: 7 months ago
JSON representation

🎉 Data structures and Algorithms solutions in c++, JavaScript and Go.

Awesome Lists containing this project

README

          

### Data structures and Algorithms solutions in c++, JavaScript, Python and Go.

#### Table of content
- [x] Arrays
- [x] Character Array and 2D Arrays
- [x] Searching
- [x] Sorting
- [x] Recursion-1
- [x] Recursion-2
- [x] Bitmanipulation
- [x] Adhoc
- [x] Linked Lists
- [x] Stacks and Queues
- [x] Trees(Generic Trees)
- [x] Binary Trees
- [x] Binary Search Trees
- [x] Greedy
- [x] Dynammic Programming
- [x] Segment Trees
- [x] Graphs
- [x] Tries and Huffman Coding
- [x] Priority Queues / Heaps / Binary Heaps
- [x] Hashmaps
- [x] Fenwick Tree
- [x] Number Theory