Overview
- Object ID : 2140 (2013-05-02)
- Author : Drew Walton | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Tool
- Licence : Other
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.