School project to test Shell sort speed in variety of sequences in C#
Shell:
⌊N/2^k⌋
Hibbard A000225:
2^k-1
Sedgewick A036562:
4^k+3*2^(k-1)+1
Marcin Ciura A102549:
⌊701,301,132,57,23,10,4,1⌋
3 Smooth Number A003462:
2^p 3^q
Own sequence (made up)
⌊n/10⌋