The Wayback Machine - https://web.archive.org/web/20210102162944/https://github.com/Simply-divine/ShellSort-Experiment
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

ShellSort

Aim:

To find the time taken for Shell sort algorithm using different h-sorted arrays.

Following sorts can be analyzed:

  1. Powers Of Two: 1,2,4,8,16,...

  2. Powers Of Two Minus One: 1,3,7,15,...

  3. Knuth Sequence: 1,4,7,10...

About

Finding time taken by different h-sorted arrays

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.