资源列表
[数据结构常用算法] Binary_tree
说明:二叉树大量算法的实现 实现了三种非递归不借助栈不修改结点结构的遍历算法。参考性非常强-Binary Tree Algorithm to achieve a large number of three non-recursive without the aid of the stack does not modify the node structure of the traversal algorithm. Reference is v<xdev> 在 2024-11-13 上传 | 大小:528kb | 下载:0
[数据结构常用算法] huffmancoding
说明:能够实现huffman编码的编码与解码功能-It can do huffman coding and encode huffman<peizhongyou> 在 2024-11-13 上传 | 大小:528kb | 下载:0
[数据结构常用算法] ss03_exp09
说明:利用快速排序算法,不完全排序,快速求出大量数据中第K大的数-Using the quick sort algorithm, incomplete sort, fast and large amounts of data in section K large number<柠溪> 在 2024-11-13 上传 | 大小:528kb | 下载:0
[数据结构常用算法] Bellmanford
说明:Bellmanford最短路径设计实现,可作为算法学习的参考代码,VC下运行-bellmanford algorithm implementation can run in VC<shine> 在 2024-11-13 上传 | 大小:529kb | 下载:0
[数据结构常用算法] Data-structures-(CPP-2nd-)-Example
说明:《数据结构(C++版)(第2版)》例题及一些相关程序设计-Examples of data structures (C++ Edition) (2nd Edition) " and some programming<吴敏> 在 2024-11-13 上传 | 大小:528kb | 下载:0
[数据结构常用算法] Floyed-Huffman-prim
说明:算法设计与分析课程中常用的一些算法,包括Floyed算法,Huffman算法、prim算法,单源最短路径算法,分数背包问题-Algorithm Design and Analysis course some commonly used algorithms, including Floyed algorithm, Huffman algorithm, prim algorithm, single-source shortest path<liyuqin> 在 2024-11-13 上传 | 大小:528kb | 下载:0
[数据结构常用算法] shujujiegou
说明:编制一个将待格式化的文本按照一定的版面要求重新排版并输出到文件的程序 [基本要求] (1)文本文件非空且以文本文件形式存放(为空没有格式化意义)。输入输出文件名均由用户从键盘输入。 (2)字的定义:由非(‘@’,‘ ’(空格))的任意ASCII码字符组成。 (3)文本文件的定义:由字母字符,数字字符,空格和可以用ASCII代码显示的字符组成。‘@’只表示换行的意义。‘ ’(空格)只表示一个字的结束的意义。 (4)任何<刘燕青> 在 2024-11-13 上传 | 大小:528kb | 下载:0