Skip to content

Repository with implementations of different sorting algorithms and their time complexity for the "Data structures and algorithms" course @ Faculty of Mathematics and Informatics, Sofia University (2020/21)

Notifications You must be signed in to change notification settings

MariaGrozdeva/Sorts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Comparison based sorting algorithms

1. Bubble sort
2. Cocktail shaker sort
3. Selection sort
4. Insertion sort
5. Shell sort
6. Merge sort
7. Quick sort

Non-comparison sorting algorithms

1. Counting sort
2. Radix sort

About

Repository with implementations of different sorting algorithms and their time complexity for the "Data structures and algorithms" course @ Faculty of Mathematics and Informatics, Sofia University (2020/21)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages