资源列表
kmp
- 串的模式匹配算法,KMP算法教程,算法学习的必看知识,-KMP algorithm tutorial, the learning algorithm must-see knowledge
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
mgraph
- 数据结构,图储存结构的算法,包括深度遍历,广度遍历等-Data structure, storage structure of the algorithm
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
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
AOV
- 数据结构AOV拓扑排序,算法简单易用,适合初学者-Data structure AOV topological sort algorithm is simple and easy to use, suitable for beginners
sorting
- 该文件描述了排序算法的实验指导报告,通过本实验,你可以了解插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序方法的实验-The document describes the experimental guidance of the sorting algorithm, through this experiment, you can learn about the insertion sort, selection sort, shel
paixu
- 只是一个功能强大的排序系统,有六种排序方法,包括简单选择排序、冒泡排序,归并排序等-Only a powerful sorting system, there are six kinds of sorting methods, including simple selection sort, bubble sort, merge sort
Sreach
- 该文件描述了有关查找算法的内容,是实验指导报告,通过本文件,你可以学会二叉树的实现方法; 理解二叉排序树的递归插入和递归查找算法思想并用代码实现 理解哈希查找算法思想并用代码实现 -The document describes the contents of the search algorithm is experimental guidance report, this document, you can learn the binary tree method Under
02P-PRecursion
- 美国密西根大学著名教授Chesney讲解数据结构处理关于递归的内容的英文课件。-Ve280 pdf of recursion by Professor Chesney from the University of Michigan.
The-Horse-On-Board-And-PPT
- 自己解出的马踏棋盘算法,附带ppt详细说明-Own solution to the horse riding board algorithm, with the detailed descr iption of ppt
binary-tree
- 该文件描述了二叉树的链式存储结构。 相关性质。结点和结点间关系的基本概念;二叉树的链式存储结构。了解树的结点访问的方法。掌握二叉树的链式存储结构; 二叉树结点的递归访问方法。二叉树的遍历。二叉树的线索化及其应用 -The document describes the Storage Structure of the binary tree. Related properties. Nodes and nodes of the basic concepts of the relat
