资源列表
min-dist
- 图中计算最短路径,必须覆盖所有的节点,效率很高-to compute the shortest path in the graph
Data-Structure
- 数据结构作为一门基础性的课程,对于编程很重要,本文本提供了最基本的数据处理,如插入,删除,查找等-Data structure as a basic course, for programming is very important, this paper this provides the most basic data processing, such as insert, and delete, search, etc
shujujiegou
- 数据结构及算法经典,包含大量经典的算法函数,good-data of code ,good
computer
- 利用栈进行表达式求取值,不包括求对数和平方等运算-Using the stack for expression for value
Traffic-guide-system
- 交通指南系统,给一张地图,然后可以通过交通指南系统找出你所要走的路径做短! -Traffic guide system
Tarsus-factorial
- 大的数求阶乘时往往由于结果太大导致变量存储不下,用线性表编写的-The big difference in the number for when the result is too big to often variable storage, not written with linear table
Storage-structure
- 存储类型的转换,如果你输入一个以邻接表作为存储方式的数据信息是,通过此系统可以转换为一邻接矩阵的形式存储信息-Storage structure
1132154564787
- 这是一个链栈,用户可以根据提示进行栈的入栈、出栈等基本操作。-This is a chain of stack, the user can be prompted to stack the stack, the stack and other basic operations.
NumberDecomposition
- 对任给的一个正整数m,把它拆分成n(n<m)个数的组合,求出组合方式和组合的个数。比如给一个数m=4,把它拆分成n=2个数之和,那么有1、3;2、2 这两种组合.(m>=n-Number decomposition
source_code
- 1.排序算法:快排,插入排序,选择排序,冒泡排序,堆排,归并排序 2.无向图:建立邻接表,并深度遍历 3.二叉树:建树,插入叶子节点并删除,计算深度及高度,前序中序后序遍历,以及用栈实现的非递归遍历 4.二叉排序树:建树并插入、删除结点 5.通讯录:有主界面,能添加,删除查找相应的数据-1.sort:quicksort select sort,insert sort,heap sort.etc. 2.graph:create with the adjacent list,an
check
- check sum of the important words
Three
- recall.c:回溯法求有向图是否存在回路,将结果输出到文件中。dfs.c:深度优先搜索解决N皇后问题,结果输出到文件。Client.java:一个java编写的即时通讯小程序。-recall. depth-first search. Instant message.
