搜索资源列表
二分排序法.rar
- 数据结构的课后练习
shuzupaixu
- 数组排序函数,对一窜数据进行冒泡排序或者进行二分排序-array sorting functions, a right channeling data Bubble sorting or ranking for two hours
MergeSort
- 快速排序算法,二分排序算法的完全实现 时间复杂度只有log(N)
二分搜索法
- 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- 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
快排+二分查找
- 这是快速排序 加上二分查找哦
二分检索以及快速排序源码
- 里面包含二分检索以及快速排序源码
二分排序法
- 数据结构的课后练习-Data structure of the after-school practice
greed
- 贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
sort
- 快速排序 算法题 有运行结果 分治法思想 二分搜索技术-Quicksort Algorithm title run results are thinking of governance law dichotomy search technology
yanshi
- 数据结构基本操作 冒泡排序、堆排序、归并排序、快速排序、分块查找、二分查找演示-Basic operation data structure bubble sort, heap sort, merge sort, quick sort, sub-block search, binary search demo
1
- 数据结构 内部排序分析(C++源代码) 其中包括 第一种算法为选择排序,二为插入排序,三是冒泡排序,六是二分法插入排序-Analysis of internal data structure to sort (C++ source code) which includes an algorithm for the selection of the first order, second for the Insertion Sort, Bubble Sort is three, six is
23456787654321
- 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
thread
- 多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子数组进行合并-Multi-thread two hours sorting method, recursive generate a new thread, each thread is a parent produces two sub-threads, then the parent thread to merge the two sub-arrays
paixusuafa
- suan fa,suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa 几种排序算法,二分排序,快速排序等-suan fa,suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa,
tanxin
- 贪心算法,本章首先引入最优化的概念,然后介绍一种直观的问题求解方法:贪婪算法。最后,应用该算法给出货箱装船问题、背包问题、拓扑排序问题、二分覆盖问题、最短路径问题、最小代价生成树等问题的求解方案。-Greedy algorithm, this chapter first introduces the concept of optimization, then introduces an intuitive problem-solving methods: greedy algorithms. F
Sort_All
- 所以的排序算法,包括直接选择排序,冒泡排序,快速排序,堆排序,二分排序等等。-Therefore the sort algorithm, including direct selection sorting, the bubble sort, fast sorting, piles sorting, two point sorting and so on.
插入排序和二分查找
- 简单的插入排序和二分查找实现,使用的是C++来实现,可使用GCC来编译(Simple insertion sort and two point search implementation)
二分排序
- 简单的C 二分排序是从数据结构与C语言某本书中随手实现的。因为没有特别大的代码(binary search ,a easy code,very easy)
sort
- 几种排序算法总结,包括选择排序、冒泡排序、插入排序、二分排序、希尔排序、归并排序、快速排序(Several sorting algorithms are summarized, including selection sort, bubble sort, insert sort, two point sort, Hill sort, merge sort, quick sort.)
kuaiPai
- 用C++写的一个二分排序,代码结构清晰,方便理解二分排序(Using C++ to write a two point sorting, the code structure is clear, easy to understand, two points sorting.)