-
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平...
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平均时间复杂度: O(nlogn)
-HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node for its children, 2i, and 2i+ 1. Among them, the big top of a pile of the parent node greater than two children on average time complexity of algorithm: O (nlogn)
- 2022-07-11 06:36:53下载
- 积分:1
-
表达式求值 文本界面
表达式求值 文本界面-expression evaluates text interface
- 2022-01-26 02:44:49下载
- 积分:1
-
Data structure course first experiment requirements: 1. Base class and derived c...
数据结构课程第一次实验
要求:1.基类和派生类的定义和实现(.h .cpp)
2.+ 运算符重载
3.
- 2023-07-18 00:15:02下载
- 积分:1
-
用写的,用一个栈数据结构解决迷宫的基本问题。做…
用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC
- 2022-02-28 22:28:05下载
- 积分:1
-
category nodes, providing a complete set of nodes Functions
节点类,提供了全套节点相关处理函数-category nodes, providing a complete set of nodes Functions
- 2022-03-20 16:54:00下载
- 积分:1
-
fifo和lru页面置换算法
fifo和lru页面置换算法-fifo and LRU algorithm replacement pages
- 2023-03-26 10:20:03下载
- 积分:1
-
把dat文件转化为grd文件 供surfer使用
把dat文件转化为grd文件 供surfer使用-Dat file into the GRD surfer documents for use
- 2023-08-22 02:25:03下载
- 积分:1
-
数据结构中的平衡二叉树的代码
数据结构中的平衡二叉树的代码- In construction of data balance two forks tree s code
- 2022-04-13 00:54:14下载
- 积分:1
-
常用的几种排序算法的实现源码,同时还给出了几种排序算法的比较结果,源码中的排序内容都是随机产生的...
常用的几种排序算法的实现源码,同时还给出了几种排序算法的比较结果,源码中的排序内容都是随机产生的-several commonly used algorithm to achieve source, but also gives several algorithm result of the comparison, the ranking source content are randomly generated
- 2023-08-18 16:10:04下载
- 积分:1
-
VC++编写的通讯录实例,实现简单数据库功能 (不用后台数据库支持)...
VC++编写的通讯录实例,实现简单数据库功能 (不用后台数据库支持)-VC prepared directories example, to achieve a simple database function (no background database support)
- 2023-08-28 15:35:04下载
- 积分:1