barretlee / algorithms

All algorithms writing with javascript in the book 'Algorithms Fourth Edition'.
MIT License
336 stars 41 forks source link

Change the shell sort solution which based on insertion sort #18

Closed StevenYuysy closed 8 years ago

StevenYuysy commented 8 years ago

同插入排序,这里修改了希尔排序里的实现方式。