搜索资源列表
折半查找
- 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-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
mergesort11
- 二分搜索是运用分治策略的典型例子。二分搜索方法充分利用了元素间的次序关系,采用分治策略,可在最坏情况下用O(logn)的时间完成搜索任务。-two hours search is to use the divide and conquer strategy is a typical example. Two-search method full use of the elements in the order, using the divide and conquer strategy, in
erfensousuo
- 用二分搜索算法求x=2sinx的所有根,设计出具体的程序,使之能够动态演示搜索过程。
二分搜索
- 数值算法,二分搜索演示-numerical algorithm, two hours search demonstration
HomeWork
- 用二分搜索算法找出两个有序数组的中位数。时间复杂度O(logn)
binarytreesearch
- 二分搜索,很简单,算法作业,希望大家批评指正,呵呵,有机会大家一起交流交流
二分搜索法
- 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be
ss
- 二分搜索,棋盘法,循环日程法-Binary Search, chessboard, cyclic scheduling method
sort
- 快速排序 算法题 有运行结果 分治法思想 二分搜索技术-Quicksort Algorithm title run results are thinking of governance law dichotomy search technology
search
- 这是前段时间写的二分搜索程序,欢迎大家来下载,-This is the second sub-Writing earlier search procedures, welcomed everyone to download
sousuo
- 算法分析与设计中的二分搜索算法代码,用来实现数字查找。-Algorithm Analysis and Design of the two sub-search algorithm code, used to achieve the number of search.
BinarySearch
- 利用二分搜索技术实现数组元素的查找,实现了算法设计中的分治策略-Use binary search technique to find the array element, the realization of the algorithm design of sub-rule strategy
erfensousuo
- 二分搜索 简单二分搜索 vc实现-er fen sou suo
finddepth
- 集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
IndirectList
- 使用间接访问实现快速排序及二分搜索,数据结构作业-The use of indirect access for fast sorting and binary search, data structure operations
2fen
- 设a[1:n]是已经排好序的数组。该二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置和大于x的最小元素位置j .当搜索元素在数组中时,i和j相同,均为x在数组中的位置。-Set a [1: n] is already sorted array. Please rewrite the binary search algorithm, so when the search for element x is not in the array, the return is less
binsrch
- 设a[0:n-1]是一个已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素的位置I和大于x的最大元素位置j。当搜索元素在数组中时,I和j相同,均为x在数组中的位置-binsrch
一维搜索方法介绍与分析
- 黄金分割法 二分法 插值法 五点法 DSC法(Introduction and analysis of one dimensional search method)
二分区间检索
- 基于二分查找的二分区间检索,能根据输入一段区间进行查找(Search between two partitions based on two point lookup can be searched according to an interval of input)
suanfazk
- 快速排序、合并排序、二分搜索算法程序。。。。(Fast sort, merge sort, two point search algorithm program)