资源列表
sort
- 排序比较算法 对冒泡排序,快速排序,堆排序,希尔排序等几个排序算法排序次数进行比较-The sort comparison algorithm bubble sort, quick sort, heap sort, shell sort the number of several sorting algorithms sort compare
data_structure_zhe_jiang
- 浙江大学白剑宇老师的《数据结构》课件,里面还有一个高教版的课件-Zhejiang University, Bai Jianyu teacher " data structure" courseware, there is also a higher education version of the courseware
二叉树
- 建立二叉树,用四种方法遍历,求二叉树的树高及结点总权,并且能输入一个结点求其父结点(The two forked tree is required to be traversed by four methods, and the height of the two forked tree and the total weight of the node are calculated, and a node can be entered to find the parent node of the
Data_Structure
- 李春葆的《数据结构教程》教学PPT及书中所有源码,很值得一看!
Data_Structure
- 里面包含了大量数据结构的代码,vc编译通过,好东西啊-It contains a large amount of data structure of the code, compiled by VC, good stuff.
bbb
- 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu-based DOS applications. To ta
scj_Graph
- 数据结构中有关图的创建,存储显示,深度,广度优先遍历算法,以及最小生成树Prim和Kruscal算法实现-The map data structure to create, store display, the depth, breadth-first traversal algorithm, and Prim minimum spanning tree algorithm and Kruscal
shujujiegou
- 采用数据结构的知识,完成数据流系统,图像参数和Diablo的编程,具体要求见hwk4.pdf-Knowledge of data structures used to complete the data stream systems, image parameters and Diablo programming, specifically asked to see hwk4.pdf
shujuE_2
- 数据结构实验中,简单的多项式的一般运算。-Experimental data structure, the general operation of simple polynomials
Book-Manager-System
- 用C++实现的图书管理系统。大一C++的作业。自我感觉做的还是蛮不错的~-With C++ library management system. Freshman C++ job. Or do feel pretty good ~
rbtree_and_sort
- 红黑树和经典的排序算法实现,排序算法包括希尔排序、快速排序、桶排序、归并排序、堆排序、选择排序、冒泡排序等,还有对应的实验报告-Red-black tree and classic sorting algorithms, sorting algorithms, including the Hill sort, quick sort, bucket sort, merge sort, heap sort, selection sort, bubble sort, as well as the co
KMP
- KMP算法实现,能够实现字符串匹配。 输入 第一行一个整数N,表示测试数据组数。 接下来的N*2行,每两行表示一个测试数据。在每一个测试数据中,第一行为模式串,由不超过10^4个大写字母组成,第二行为原串,由不超过10^6个大写字母组成。 其中N< 20 输出 对于每一个测试数据,按照它们在输入中出现的顺序输出一行Ans,表示模式串在原串中出现的次数。-KMP algorithm, to achieve string matching. npu