https://github.com/raziyehbazargan/datastructures
A repo for practicing DS and Algorithms.
https://github.com/raziyehbazargan/datastructures
bst datastructures hashtable linked-list queue sorting-algorithms stack tree
Last synced: about 1 year ago
JSON representation
A repo for practicing DS and Algorithms.
- Host: GitHub
- URL: https://github.com/raziyehbazargan/datastructures
- Owner: Raziyehbazargan
- Created: 2016-08-15T22:15:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T05:56:19.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T23:04:17.545Z (about 1 year ago)
- Topics: bst, datastructures, hashtable, linked-list, queue, sorting-algorithms, stack, tree
- Language: JavaScript
- Homepage:
- Size: 964 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a repo for practicing DS and Algorithms.
- **Data Structures**
- [Array](./3-interview-questions/array)
- [Stack](#)
- [Queue](#)
- Linked list (SLL - DLL)
- Binary tree
- Graph
- Hash table
- **Algorithms**
- sort
- Insertion
- Selection
- Quick sort
- Bubble sort
- Merge sort
- search
- Binary Search (BS)
- Linear Search