第1关:实现直接插入排序 本关要求通过补全函数DirecInsSort来实现直接插入排序的功能。 /************************************************************* date: April 2009 copyright: Zhu En DO NOT distribute this code without my permission. **************************************************************/ //排序算法实现文件 #include<stdio.h> #include