资源列表
[数据结构常用算法] rbtree
说明:红黑树的算法源代码,来自那本经典的算法书的,但是有问题,特别是对于复杂的数据链表数据结构有问题,对于整数是可以的-Red and black tree algorithm source code, from that of the classic algorithms book, but there are problems, especially for complex data linked list data structure has problems, it is possible f<1111> 在 2025-06-10 上传 | 大小:588kb | 下载:0
[数据结构常用算法] expressionvalue
说明:表达式求值,根据运算符的优先级构造两个堆栈并运算-Expression evaluation, in accordance with the priority operator stack both class structure and operation<郑仙花> 在 2025-06-10 上传 | 大小:586kb | 下载:0
[数据结构常用算法] High-quality
说明:详细解说了文件结构,程序的版式,共性规则,运算符的优先级,为什么需要常量,函数设计等等内容-A detailed explanation of the document structure, layout procedures, common rules, the priority operator, why the need for constant, function design elements, etc.<杨振> 在 2025-06-10 上传 | 大小:587kb | 下载:0
[数据结构常用算法] yizhilinkedlist
说明:异质链表的实现。实现异质链表的查找、插入、删除和遍历。面向对象编程,类,多态,继承,虚函数,虚析构函数,内存泄露 -Heterogeneous linked list implementation. Find heterogeneous linked list to achieve, insert, delete, and traverse. Object-oriented programming, classes, polymorphism, inheritance, virtual fu<panwang> 在 2025-06-10 上传 | 大小:585kb | 下载:0
[数据结构常用算法] contourtracing
说明:一篇文献资料,介绍了等值线追踪与填充的一种新的算法-A literature, describes the contour tracing and filling of a new algorithm<hh> 在 2025-06-10 上传 | 大小:586kb | 下载:0
[数据结构常用算法] binary
说明:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-Participate in the Games has n schools, school No. 1 ...... n. The competition is divided into m<张斌> 在 2025-06-10 上传 | 大小:585kb | 下载:0
[数据结构常用算法] experimental-reports
说明:算法导论实验报告 各种排序算法的实现 插入排序、冒泡排序、堆排序、快速排序、归并排序、基数排序、计数排序-Introduction to Algorithms, experiment reports a variety of sorting algorithms for insertion sort, bubble sort, heap sort, quick sort, merge sort, radix sort, counting sort<婷> 在 2025-06-10 上传 | 大小:586kb | 下载:0
[数据结构常用算法] Binary-Tree
说明:二叉树通过字符串方式,能够创建相应的二叉树,而且可以递归实现。同样,对于任意的二叉树,可以生成对应的字符串。包括从指定字符串形式创建二叉树(包括空树和平凡树)、将二叉树按照指定的字符串形式输出、判断是否空树、 计算二叉树的结点总数、计算二叉树的叶子总数、计算二叉树的高度,其中空树和平凡树的高度分别为0和1、前序遍历输出二叉树,逗号分隔、中序遍历输出二叉树,逗号分隔、后序遍历输出二叉树,逗号分隔、将树清空等功能-By way of binary string, you can create t<> 在 2025-06-10 上传 | 大小:586kb | 下载:0