资源列表
arithmetic
- 一些数据结构的经典算法问题!主要是计算1-1/x+1/x*x…的各种算法!-Some data structure problems classic algorithm! Mainly calculated 1-1/x+ 1/x* x ... a variety of algorithms!
tree
- 数据结构最基本最经典的问题,关于树的一些主要算法!-Data structure the most fundamental and most classic problem, with regard to some of the main algorithm for the tree!
MatrixandLists
- 数据结构比较经典和重要的问题,与数列,矩阵以及广义表的相关实现有关。-Comparison of classic data structures and important issue, with the series, matrix and the generalized form of the related realization of the relevant.
sourcecode
- 以上一共五个在VC环境下编写的程序,分别为串的基本操作,哈夫曼编译码系统,简单词法分析器,进程转换模拟控制,最短路径搜索算法。为节省上传时间,只有源代码,工程文件都删除了,但是上述源码都在本机上编译通过,并且能够正确运行。谢谢!-More than a total of five in the VC environment prepared by the procedure, namely the basic string operations, Huffman encoding and dec
erchashujibencaozuo
- 本程序是用TC编写,实现按中序遍历一个二叉树,并求出此二叉树的深度和高度。 ① 输入的形式:所输入的元素均为整数 ② 程序所要达到的功能:输入1,2,3输出按中序遍历好的二叉树3,2,1 ③ 并求得二叉树的结点数为3,深度为3 -This procedure is used to prepare TC to achieve by the traversal of a binary tree, and derive this binary tree of depth and hei
cengxubianlierchashu
- ,该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 -, The program
Algo3-5
- 实现迷宫求解,可以方便的找出迷宫出口,很好的哦-The realization of the maze to solve, you can easily find out the maze of export, oh well
collection_treeset
- 运用java 实现Kruskal 算法 计算树的重量最小 覆盖最大-Java application Kruskal algorithm to achieve the weight of the smallest tree cover the largest
To24
- 算24的C代码,用BC3.1调试的,算法土了一点,很多年前刚学C语言时写的,现在再写肯定换个算法-Count 24 C code, using BC3.1 debugging, algorithm soil a bit, many years ago, just learning C language to write, but now sure to write another algorithm
arithmeticexpression
- 数据结构的长数字算术表达式计算算法,包括加\减\乘\除等-Data structure of the long digital arithmetic expressions calculation algorithm, including the addition and subtraction multiplication and division, etc.
quicksort
- 数据结构中快速排序算法的实现,可以对整数以及其他数据进行排序-Data structure in the realization of quick sort algorithm can be an integer, as well as other data on the sort
simplelinklist
- 数据结构的链表处理函数,可以实现链表的插入\删除\修改\查询\连接等算法-Linked list data structure to deal with function, can amend the list of insert query to delete the connection algorithm
