-
PKU on several topics Tunnel WarfareUnique SolutionWashing ClothesWeather Foreca...
PKU 上的几个题目
Tunnel Warfare
Unique Solution
Washing Clothes
Weather Forecast
Who Gets the Most Candies
-PKU on several topics Tunnel WarfareUnique SolutionWashing ClothesWeather ForecastWho Gets the Most Candies
- 2023-02-19 12:30:04下载
- 积分:1
-
achieve m bands Containing tree (2) linear scale for the keys inserted into Cont...
实现m阶B_树 (2)将线性表中的键值插入到B_树中(即建立索引); (3)当删除和插入数据到线性表时,同时维护其索引B_树。 (4)可根据所给键值范围,输出该范围的所有键值-achieve m bands Containing tree (2) linear scale for the keys inserted into Containing tree (index); (3) When the deletion and insertion of data to the linear scale, while preserving its index Containing tree. (4) According to the pair, the scope of the output of all keys
- 2022-11-14 03:35:03下载
- 积分:1
-
一个递归算法,并把递归出的文件隐藏,使用VB开发,希望大家支持...
一个递归算法,并把递归出的文件隐藏,使用VB开发,希望大家支持-A recursive algorithm, and recursive documents are hidden, use the VB development, I hope you will support
- 2022-03-21 18:21:49下载
- 积分:1
-
This is my c just learning to use the language of a book, I feel good, so that w...
这是我刚刚学习c语言后使用的一本书籍,感觉不错,让大家借鉴一下-This is my c just learning to use the language of a book, I feel good, so that we learn from what
- 2022-03-23 01:07:54下载
- 积分:1
-
一个有趣的算法。。。十分有趣
一个有趣的算法。。。十分有趣-an interesting algorithm. . . Very interesting
- 2022-05-25 23:26:43下载
- 积分:1
-
数据结构实现图
数据结构里面实现图:拓扑排序、最小生成树、关键路径、深搜、广搜、优先路径
- 2022-01-26 01:48:55下载
- 积分:1
-
ddfss errrrrrrrrrr rrrrrrrrrrrr ddddddddddd ddddddddddd ddddddddddd dddddddddddd…
ddfss errrrrrrrrrr rrrrrrrrrrrr ddddddddddd ddddddddddd ddddddddddd ddddddddddddd deeeeeeeeee ddddddddddd dddddddddddd -ddfss errrrrrrrrrr rrrrrrrrrrrr ddddddddddd ddddddddddd ddddddddddd ddddddddddddd deeeeeeeeee ddddddddddd dddddddddddd
- 2022-01-26 03:19:11下载
- 积分:1
-
数据结构
详细描述了如何创建单循坏链表的方法以及操作
数据结构
详细描述了如何创建单循坏链表的方法以及操作-Data structure described in detail how to create a single through the bad list of methods and operations
- 2022-05-30 19:47:58下载
- 积分:1
-
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,...
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,空间消耗也比较大.-distribution of the program is counting sequencing, it is I have seen the fastest sorting methods, it"s time complexity of O (n), but this sort known to be applicable to sort out the range, and if the upper and lower limits of the relatively large margin, space consumption is relatively large.
- 2022-06-14 17:10:55下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1