Shell Sort using Python
<- Go Back to Index
What is Shell Sort?
It is an optimization over the Insertion Sort. I would like you to go through my article on Insertion Sort before continuing with Shell Sort.
Disadvantage of Insertion Sort is that when the small eleme...
carboncoffee.hashnode.dev5 min read