资源列表
abinarytree
- 求二叉树树高,和把由前序和中序构建树,又后序遍历这两步放在同一个递归中完成的两个程序。-Binary tree for tree height, and put by the former sequence and in order to build a tree traversal sequence after another on these two steps completed by the middle of the same two recursive procedures.
algo2-1
- 数据结构线性表的链表存储表示(结构)及实现-Linear data structure, said table storage list (structure) and the achievement of
ex4
- 上传的这个程序使用递归算法实现数组的合并排序。-From this process a recursive algorithm using an array of merge sort.
bin_tree
- 二叉树的前序,中序,后序遍历,和求其的深度小程序-Pre-order binary tree, in order, the order of traversal, and find the depth of its small program
biaodashi1
- 这个是用数据结构实现表达式计算的关键算法!-This expression is calculated using data structures to achieve the key algorithm!
Merge-sort
- 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 -Merge sort in C/C++
L2211
- 单链表的监理程序,长度为1221,很好的程序,思路清晰-Singly linked list of the supervision program, a length of 1221, a very good program with clear ideas
element-position-of-maximum
- 求数组最大元素的位置并输出数组下标-For the array element position of maximum
merge
- 运用归并排序,在用二分法查找,算法复杂度:nlogn,n个数两两相加,若能等于特定数m,则输出yes,否则输出no.-Use merge sort, in a binary search algorithm complexity: nlogn, n number two together, if can equal to a specific number m, the output yes, otherwise no output.
Joseph-ring
- 数据结构链表经典习题约瑟夫环,包涵其实现的源代码,在VC++6.0下运行就可实现-Linked list data structure classic exercises Joseph ring, with the realization of the source code, running under VC++6.0 can be achieved
timu
- 杭电OJ5012,有助于数据结构以及动态规划的提升学习哦-Hang electrical OJ5012, helps to enhance the dynamic programming data structures and learning oh
座位调整源码
- 题目描述: 百度办公区里到处摆放着各种各样的零食。百度人力资源部的调研发现,员工如果可以在自己喜欢的美食旁边工作,工作效率会大大提高。因此,百度决定进行一次员工座位的大调整。 调整的方法如下: 1 . 首先将办公区按照各种零食的摆放分成 N 个不同的区域。(例如:可乐区,饼干区,牛奶区等等)。 2 . 每个员工对不同的零食区域有不同的喜好程度(喜好程度度的范围为 1 — 100 的整数, 喜好程度越大表示该员工越希望被调整到相应的零食区域)。 3 . 由于每个零食区