资源列表
[数据结构常用算法] FastQuery
说明:/*快速排序采用分治算法,将所需要排序的内容从文件读入放入数组a[p:r],按以下三个步骤进行排序 以a[p]为基准元素将数组分为三段,将大于基准元素的放到后面的单元,小的放到前面的单元, 再用递归对a[p:q-1],a[q+1:r]进行排序,最后合并 时间复杂度:最坏时间复杂度:O(n2) 平均时间复杂度:O(nlogn) */-/* Quick sort algorithm using sub-rule will be needed to sort the con<stone> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] bosongfenjiu
说明:泊松分酒游戏 游戏中实现泊松分酒的 全部算法 -Poisson sub-game game of liquor at liquor Poisson realize the full algorithm<> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] project1-A
说明:五种常见排序算法实现及效率比较,适合大家参考和初学者使用-Five common sorting algorithm and realize efficiency, suitable for beginners to use reference and U.S.<流浪> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] erchapaixushu
说明:确定二叉排序树的存储结构,首先利用二叉排序书的插入算法建立二叉排序树,然后在调用二叉排序书的查找算法实现二叉排序树...满二叉树和完全二叉树是二叉树的两种特殊情形。-Binary sort tree to determine the storage structure, the first book to use binary insertion sort algorithm binary sort tree, and then call the binary search algorithm<白霞> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] expression
说明:表达式求值:利用栈操作实现由中缀表达式到后缀表达式的转换,再求值.-Expression evaluation: Using Stack realize expression by up to suffix expressions conversion, and then evaluated.<赵萍> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] storeofstack
说明:栈的顺序存储。通过C语言实现。是正确代码。需帐号下载。多谢合作。-The order of stack storage. Through the C language. Is the correct code. Required to account to download. Thank you for your cooperation.<李芳> 在 2025-06-05 上传 | 大小:1kb | 下载:0