资源列表
sorting
- 该文件描述了排序算法的实验指导报告,通过本实验,你可以了解插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序方法的实验-The document describes the experimental guidance of the sorting algorithm, through this experiment, you can learn about the insertion sort, selection sort, shel
AOV
- 数据结构AOV拓扑排序,算法简单易用,适合初学者-Data structure AOV topological sort algorithm is simple and easy to use, suitable for beginners
Link-storage-
- 该文件为线性表的链接存储结构实现的实验指导报告,你可以了解掌握线性表的链式结构的定义,掌握链接存储结构结点的访问方法以及链表的基本操作 -Experimental guidance report files link storage structure for the linear table, you can understand the definition of the linear chain structure of the table, grasp the basic opera
sort
- 该文件为各排序算法的代码,你可以了解到各种算法的 思想和方法,其中包括插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序,进一步掌握各种排序的优劣-The file the code for the sorting algorithm, you can learn ideas and methods of the various algorithms, including insertion sort, selection sort, Hill s
mgraph
- 数据结构,图储存结构的算法,包括深度遍历,广度遍历等-Data structure, storage structure of the algorithm
traveral
- 该文件为图的遍历的实验指导报告和代码,涉及的知识点:图的表示法、生成树的概念、图的深度优先、广度优先遍历算法-The file is experimental guidance report and the code of the graph traversal, the knowledge points: diagram notation, the concept of spanning tree, the depth of the graph priority, breadth-first
kmp
- 串的模式匹配算法,KMP算法教程,算法学习的必看知识,-KMP algorithm tutorial, the learning algorithm must-see knowledge
Binary-tree
- 该文件主要为二叉树实验指导报告和代码,内容主要是二叉树的链式存储结构,二叉树的相关性质,二叉树的链式存储结构,二叉树结点的递归访问方法-The file binary tree experiments guidance report and code, the main chain storage structure of the binary tree, binary tree nature of the chain storage structure of the binary tree,
2cs
- 二叉堆、并查集和树状数组算法,编程学习者的必备知识,可以供noip、noi、acm选手学习-Binary heap, and check the set and tree array algorithms, programming learners the necessary knowledge for noip, noi to acm players learning
xds
- 线段树的Pascal(神奇手链)源代码,可供noip、noi、acm等选手学习用-Pascal segment tree (magical bracelet) source code, available noip, noi to acm and other players to learn from
treesz
- 树状数组,其实学树状数组说白了就是看那张图,那张树状数组和一般数组的关系的,看懂 了基本就没问题了,推荐这个教程-Tree array, in fact, the learning tree array that white is to look at that map, that tree arrays and array, and understand the basic no problem about this tutorial
Mounted-box
- 利用贪心算法来实现装箱子的最优解运算的算法-Greedy algorithm to implement the algorithm computing the optimal solution of the loaded boxes
