搜索资源列表
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
binsearch
- 折半查找,数据结构的教程书籍《数据结构算法实现及解析》高一凡,中的实例,实现查找方法中的折半查找。-Binary search, the tutorial books " of the data structure data structure algorithms and parse" high Yifan, in the instance to achieve binary search in the Find method.