- /*********************************************************************
- ++++++++++++++Copyright Math86A++++++++++++++
- Numerical Recipes and Digital Signal Processing
- Url: http://www.math86a.icoc.cc
- Tel: 13522447534
- Email: huangzj121@163.com
- h_sorts
- This program is include some basic algorithm of find and sort.
- Contain: sequence find,
- binary find,
- insert sort,
- shell sort,
- select sort,
- heap sort,
- bubble sort,
- quick sort,
- merge sort,
- a random quick sort,
- system quick sort.
- Author: huang zhen jiang
- Date: 2012 / 08 / 10
- *********************************************************************/
......
http://www.math86a.icoc.cc/nd.jsp?id=8&moduleId=3&fromColId=4
http://www.math86a.icoc.cc/nd.jsp?id=8&moduleId=3&fromColId=4
http://www.math86a.icoc.cc/nd.jsp?id=8&moduleId=3&fromColId=4