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

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.

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