搜索资源列表
折半查找
- 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-Search Algorithm
binsearch
- 数据结构查找算法中的二分查找算法,设置一个长度为100的查找表,有效值范围(0-1)例如设置一个值0.34运行程序就会得到他在表中位置。
binarySearch
- 常用的数据结构--Java实现的源代码,主要是经典的二分查找算法实现
binaryreserch
- 利用c++实现的二分查找算法,实现相关工能-Using c++ to achieve the binary search algorithm, the realization of the relevant work can
vc_Algorithm
- VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
binary_search
- 二分查找算法:算然很简单但是要写好不容易,请指正-Binary search algorithm: operator ran a very simple but not easy to write, please correct me
QuickSort_binarySearch
- 50万数据的快速排序和二分查找算法实现及性能测试-QuickSort+binarySearch
quicksort
- 编写程序实现快速排序算法与二分查找算法的-dfhjdhfdj jdhf ddfdf dfdfgfgrtrretg
MergeSortBinSearch
- 一个归并排序算法的实现,还有一个二分查找算法的实现。-A merge sort algorithm, there is a binary search algorithm.
binarysearch
- 二分查找算法.实际有效的一个程序源代码。经过自己的调试,有详细说明。-binary search 。I have make the introduction in it .
binary_search_and_hash
- 二分查找算法及hash算法的实现,文中提供了实现方式的实例-binary search and hash
erfen
- 一个关于二分查找算法的详细描述,详细讲述了如何构造树-A binary search algorithm on a detailed descr iption of
sort
- 两个模板函数,一个是快速排序算法,一个是二分查找算法。-Two template functions, one is the quick sort algorithm, a binary search algorithm is.
looking
- ①建立一个查找表,使用顺序查找算法对其元素进行查找,并输出查找时比较的元素和最终的比较的次数。如果没有找到,则把该元素插入到该查找表中。 ②建立一个有序查找表,使用二分查找算法对其元素进行查找,并输出查找时比较的元素和最终的比较的次数;如果没有找到,则把该元素插入到该查找表中。-① a lookup table, using the sequential search algorithm to find its elements, and compare the output lookup
bsearch_test
- 二分查找算法比较函数可扩展的一个测试程序-the besearch of compare function extend
two-separated-search
- 二分查找算法的实现,功能为二分查找算法的实现-half-separated search
BinSearch
- 数据结构二分查找算法源代码,标准头文件模板实现-Data structure binary search algorithm source code, the standard header file templates
binary-search
- 二分查找算法的实现,很早写的,应该有点借鉴意义-Binary search algorithm, early writing, and should learn a little bit
BinarySearch-algorithm_C_swf
- 二分搜索算法、二分查找算法:C语言源码,同时包含Flash制作的算法动态演示swf文件,观演可直示差值算法的执行过程。-BinarySearch algorithm:C Source Code,swf Dynamic demonstration.
常用问题的算法
- 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)