资源列表
Graph-traversal
- 该文件描述了数据结构中图的遍历的两种方法,广度遍历和深度遍历,能让你对其有基本的了解-The document describes two methods of data structures, graph traversal, breadth traversal and depth of traversal, allowing you to their basic understanding of
project2
- 数据结构的第二次project,关于递归的项目。里面包含对list,tree及斐波那契结构的应用和练习。-This project will give you experience writing recursive functions that operate on recursively‐defined data structures and mathematical abstractions.
binary-tree
- 该文件描述了二叉树的链式存储结构。 相关性质。结点和结点间关系的基本概念;二叉树的链式存储结构。了解树的结点访问的方法。掌握二叉树的链式存储结构; 二叉树结点的递归访问方法。二叉树的遍历。二叉树的线索化及其应用 -The document describes the Storage Structure of the binary tree. Related properties. Nodes and nodes of the basic concepts of the relat
The-Horse-On-Board-And-PPT
- 自己解出的马踏棋盘算法,附带ppt详细说明-Own solution to the horse riding board algorithm, with the detailed descr iption of ppt
02P-PRecursion
- 美国密西根大学著名教授Chesney讲解数据结构处理关于递归的内容的英文课件。-Ve280 pdf of recursion by Professor Chesney from the University of Michigan.
Sreach
- 该文件描述了有关查找算法的内容,是实验指导报告,通过本文件,你可以学会二叉树的实现方法; 理解二叉排序树的递归插入和递归查找算法思想并用代码实现 理解哈希查找算法思想并用代码实现 -The document describes the contents of the search algorithm is experimental guidance report, this document, you can learn the binary tree method Under
paixu
- 只是一个功能强大的排序系统,有六种排序方法,包括简单选择排序、冒泡排序,归并排序等-Only a powerful sorting system, there are six kinds of sorting methods, including simple selection sort, bubble sort, merge sort
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
