资源列表
mtqp
- 本程序能够实现遍历马踏棋盘,并且能够输出所便遍历的所有路径和可以遍历的全部可能的路径-Realize traverse horse on board of the algorithm
main
- 哈工大第一次数据结构试验-It s the first test of HIT
2.1
- 《数据结构》该实验是:中缀表达式变后缀表达式,全面,经过调试,可以使用-The data structure of midfix expression become suffix expression
nibolan
- 基于数据结构栈的知识实现逆波兰表达式的代码,c++版-data structure Nipolan
tree
- 二叉排序树中删除删除结点是其双亲结点的右孩子的算法,删除后仍为二叉排序树。-Delete Delete node binary sort tree algorithm is the right child of its parent node, delete still binary sort tree.
pointer-bubble-sort
- 冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
SSTable
- 这是一个实现一种排序法的实验,嘿嘿 ~不是我编的-This is a method to achieve a sort of experiment,嘿嘿~ not my series
double_linked_list
- 双链表基本运算功能的实现,具有详细的注释说明。-Double-linked list implementation of basic computing functions, with detailed explanatory notes.
erchashu
- 假设一颗二叉树的先序序列为EBADCFHGIKJ和中序序列为ABCDEFGHIJK,请画出该树-Assuming a binary sequence of the first order and the order for the EBADCFHGIKJ sequence ABCDEFGHIJK, please draw the tree
324
- 算法实现题3-1 最少硬币问题 问题描述:设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。 算法设计:对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,0≤m≤20001,计算找钱m的最少硬币数。 数据输入:由文件input.txt 提供输入数据,文件的第一行中只有1 个整数给出
Maze
- 本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。-The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automati
1
- 给定一颗有权无根树,修改任意一条边,求最少的任意两点间的距离和:修改一条边是指删除树中的一条边,然后选择两个端点连线,形成一课新的树,并且不改变这条边的权值,在这棵树的基础上,求最少的任意两点间的距离和是多少 任意两点的距离和指:sum(a到b的距离,a<b,a和b都是树上的点) 输入:第一行是整数n,接下来n-1行,每行包括3个整数ai,bi,wi,表示节点ai与bi之间有一条权重为wi的边。 输出:最小的任意两点间的距离和 -Given a right to u