资源列表
[数据结构常用算法] Binary-tree-VC
说明:建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of<鲍慊> 在 2024-11-15 上传 | 大小:10kb | 下载:0
[数据结构常用算法] bubble-sort
说明:冒泡排序,运用java语言编写程序实现冒泡排序的功能-Bubble Sort<然小然> 在 2024-11-15 上传 | 大小:10kb | 下载:0
[数据结构常用算法] define-max-20
说明:基本线性表的就地逆置,顺序结构基本线性表的就地逆置算法实现。-The basic linear form in situ reverse set, the basic linear form of the order of the structure in situ reverse set algorithm.<lx> 在 2024-11-15 上传 | 大小:10kb | 下载:0
[数据结构常用算法] Inheritance
说明:基于C++语言的继承、多态和虚函数的2个实例,文档内含有相关文件的代码-Language inheritance C++, two instances of polymorphism and virtual functions, the document containing the code of the relevant documents<林达海> 在 2024-11-15 上传 | 大小:10kb | 下载:0
[数据结构常用算法] APIWindowsDemo
说明:排序的经典算法,还是很不错的。功能强大哦-A classical algorithm of the sort, is still very good. Powerful<谈绪妹> 在 2024-11-15 上传 | 大小:10kb | 下载:0
[数据结构常用算法] chessboard-distance
说明:一道poj上的问题的解答,棋盘上的距离问题。即实现棋盘上从一个点移动到王,后,兵之间最短步数的解答。-A poj answers to your questions on the chessboard distance problem. That is, move from one point to the king on the board, after the shortest number of steps between the<yangliu> 在 2024-11-15 上传 | 大小:10kb | 下载:0