Skip to content

Latest commit

 

History

History
2 lines (1 loc) · 375 Bytes

README.md

File metadata and controls

2 lines (1 loc) · 375 Bytes

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.