Skip to content

Div sort is a new hybrid sorting algorithm developed by me. It performs the most suitable sorting operations on the data according to the type and state of data by first judging it in O(n) time for faster sorting time with reduced time complexity. It combines elements from Count sort, Quick sort, Merge sort, Bubble sort and have some additional …

Notifications You must be signed in to change notification settings

divyanshbhojane/Div-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Div-Sort

Div sort is a new hybrid sorting algorithm developed by me. It perform the most suitable sorting operations on the data based on the state of data by first judging it in O(n) time for faster sorting time with reduced time complexity. It combines elements from Count sort, Quick sort, Merge sort, Bubble sort and have some additional logic of it's own. I have implemented the algorithm in Python 3. Time complexity: best : o(n) average : ⊘(nlogn) worst : O(nlogn)

About

Div sort is a new hybrid sorting algorithm developed by me. It performs the most suitable sorting operations on the data according to the type and state of data by first judging it in O(n) time for faster sorting time with reduced time complexity. It combines elements from Count sort, Quick sort, Merge sort, Bubble sort and have some additional …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages