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.
- Host: GitHub
- URL: https://github.com/xambassador/dsa
- Owner: xambassador
- Created: 2020-08-22T06:10:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T14:45:41.000Z (over 2 years ago)
- Last Synced: 2025-04-10T19:28:14.263Z (10 months ago)
- Topics: algorithms-solutions, arrays, binary-trees, bst, dsa-algorithm, dynamic-programming, graphs, greedy-algorithms, heaps, linked-list, priority-queue, queue, recursion, searching, sorting, stack, trees
- Language: C++
- Homepage:
- Size: 872 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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