搜索资源列表
Algorithms
- 一个简单的二分查找!java语言实现,适合于算法等课程的实验!
algorithm
- 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
Demo1
- 使用java实现的二分法查找算法,简单有效,值得期待。-Use java achieve the dichotomy search algorithm is simple and effective, it is worth the wait.
Demo1
- JAVA,二分树查找算法,一个简单的JAVA编程-JAVA, binary tree search algorithm, a simple JAVA programming
SortedIntArray
- 具有排序数组的类SortedIntArray search方法运用二分查找算法:在给定的数组范围内查找某一元素,如果存在,返回元素所在的下标位置,如果不存在,则返回元素应该在的位置(如果要将此元素插入到数组中,且保持数组仍然有序的位置) 将此功能与插入功能相结合,实现对数组元素进行排序。 -Sort an array with the class SortedIntArray search method using binary search algorithm: given an
44
- 现有一个接口DataOperation定义了排序方法sort(int [])和查找方法search(int[], int),已知类QuickSort的quickSort(int [])方法实现了快速排序算法,类BinarySearch的binarySearch(int[], int)方法实现了二分查找算法。现使用适配器模式设计一个系统,在不修改源代码的情况下将类QuickSort和类BinarySearch的方法适配到DataOperation接口中。-An existing interface
Binary
- 在计算机科学中,折半搜索,也称二分查找算法、二分搜索,是一种在有序数组中查找某一特定元素的搜索算法。-In computer science, a binary search or half-interval search algorithm finds the position of a specified input value (the search "key") within an array sorted by key value.
binarySearch
- java实现的二分查找算法,包括binarySearch方法及用于测试的main函数。-binary search in java.
Visual-Binary-and-Fibonacci-Search
- 网页版简单二分查找算法和斐波那契额查找算法的动态演示,由html和javascrippt实现。可手动输入数据,查找过程中可以暂停,继续,加速,减速。支持字符串与数字两种方式查找。查找过程过算法对应行与数据对应部分会高亮显示。-Web dynamic presentation of the binary search algorithm and Fibonacci search algorithm , achieved by html and js. You can manually enter