This repository is original for DSA in C, now it's mainly implemented in Python
- array
- link list
- queue
- stack
- binary search tree
- red-black tree
- skip table
- hash table
- graph
-
sort algorighm
- bubble sort
- inserting sort
- selective sort
- quick sort
- merge sort
- heap sort
- linear sort
-
string search
- BF algorithm
- RF algorithm
- BM algorithm
- KMP alrotihm
- AC automation
- trie tree