《数据结构(c语言版)习题集》答案 第九章 查找
第九章 查找 9.25 int Search_Sq(SSTable ST,int key)//在有序表上顺序查找的算法,监视哨设在高下标端{ ST.elem[ST.length+1].key=k