资源列表
paradise
- 编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 0 0
filesheacher
- 自己写的全文检索工具,可应用成小型搜索引擎.-Write your own text retrieval tools can be applied to a small search engine
expression_evaluation
- 表达式求值。利用栈操作,对含有‘+’‘-’‘*’‘/’‘(’‘)’的表达式进行求值。(利用中序遍历)-expression evaluation
4
- 设无向图G有n个点e条边,编写算法建立G的邻接表,并按照深度优先搜索输出顶点间。-Let undirected graph G with n vertices e edges, G to write algorithms to establish the adjacency table, and depth-first search in accordance with the output vertex requires time complexity of the algorithm is
5
- 二叉排序树采用二叉链表存储。写一个算法,删除结点值是X的结点。要求删除该结点后,此树仍然是一棵二叉排序树,并且高度没有增长(注:可不考虑被删除的结点是根的情况)。-Binary sort tree stores using the binary tree. Write an algorithm deleting node value of X node. Requested the deletion of the node, this tree is still a binary sort tr
linianqimoshijuan
- 历年(近三年)数据结构期末考试试卷及答案-Calendar year (nearly three years) data structures final exam papers and answers
erchashu
- 10个二叉树的基本算法(求宽度、深度、叶子节点、相等、相似等)-10 the basic binary tree algorithm
bog2-1
- 实现数据结构(严蔚敏版)算法2.1的程序-Data structure (Yan Wei-min version) algorithm 2.1 program
ch1
- 该程序是数据结构(严蔚敏版的)教程算法1-1的源代码抽象和数据类型Triplet和ElemType(由c1-1.h定义)的基本操作(8个)-The program is a data structure (Yan Wei-min version) Tutorial 1-1 algorithm source code abstraction and data types Triplet and ElemType (defined by the c1-1.h) the basic operation
FullArray
- 本代码可以将一个整数数组进行全排列,并将排列结果放到一个大数组里面,这样我们就可以轻松解决手动全排列的繁琐工作了-This code can be arranged in an array of integers for all, and the results are arranged into a large array inside, so we can easily solve the full array of tedious manual work
BTree-Frame
- 二叉树模板源代码,二叉树的具体实现方式以及特性注释-Binary template source code, binary tree specific implementations and features notes
Linearlist-Frame
- 链表的实现模板源码,包含了链表和队列的使用-Linked list implementation template source code, including the use of linked lists and queues
