Here I implement various traditional algorithms using python. These are not production grade algorithms implementations, rather they are for reference and educational purposes. If you want to learn and refer traditional Datastructures, then look at this repository data-structures-python
- Linear Search
- Binary Search
- Interpolation Search
- Jump Search
- Galloping Search
- Ternary Search
- Fibonacci Search
- Selection Sort
- Bubble Sort
- Insertion Sort
- Shell Sort
- Quick Sort
- Merge Sort
- Heap Sort
- Counting Sort
- Radix Sort
- Bucket Sort