Shell Sort

Share this object
<

Overview

  • Object ID : 2140 (2013-05-02)
  • Author : Drew Walton | added by Archiver
  • Content :
  • Microcontroller :
  • Language :
  • Category :
  • Licence :

Content

Shell sort object and test code. Shell sorts are useful for sorting arrays of numbers in embedded systems since they are relatively fast and sort "in-place," meaning they do not require another instance of the array to copy the data into.


Downloads  
Zip archive download

Leave a Reply