Skip to content

AshishKaktan/DeQ-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This post presents a new algorithm called DeQ insertion sort that enhances the performance of bubble sort and insertion sort by reducing the swaps to zero and decreasing the number of comparison. The result from the implementation of the algorithm compared with insertion and bubble sort showed that the algorithm performed better than the other in the worst case scenario.