Skip to content

School project to test Shell sort in variety of sequences

Notifications You must be signed in to change notification settings

skorupcia/ShellSort_Experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Shell Sort Experiment

School project to test Shell sort speed in variety of sequences in C#

Used Sequences

Shell:

⌊N/2^k⌋

image

Hibbard A000225:

2^k-1

image

Sedgewick A036562:

4^k+3*2^(k-1)+1

image

Marcin Ciura A102549:

⌊701,301,132,57,23,10,4,1⌋

image

3 Smooth Number A003462:

2^p 3^q

image

Own sequence (made up)

⌊n/10⌋

image

Speed comparison

image

About

School project to test Shell sort in variety of sequences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages