Skip to content

Simply-divine/ShellSort-Experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages