This repository was created to study sorting methods, their complexity in big O notation.
Task: to solve one sorting method every day.
- First day Bubble sort
- Second day Selection sort
- Third day Insertion sort
- Fourth day Quick sort
- Fifth day Bucket sort
- Sixth day Merge sort
- Seventh day Heap sort
- Eighth day Radix sort
- Nineth day Counting sort
- Tenth day Shell sort
You can fork this repository and add a sorting method folder in another programming language.
Structure:
/name-of-sorting-method/name-of-programming-language/your-file-is-in-another-programming-language
Yulia Khavaeva