资源列表
StringOperations
- 对输入的所有字符串按字典序排序,并输出到一个文件中。同时统计出字符串个数、最长字符串、最短字符串。 -All of the input string lexicographically sorted, and output to a file. While the statistics of the number string, the longest string, the shortest string.
topologytest
- 这是一个有关于拓扑排序的测试文件,讲图通过拓扑排序,输出排序后结果-the test of topological sorting
8empress
- 八皇后问题的回溯解法,每次显示一种方法,用户按下enter之后显示下一种解法-Retrospective method eight queens problem, each show a method is displayed after the user presses the enter of a solution under the
ShortestPathMaze
- 使用广度遍历的方式寻找迷宫中的最短路径。-Traverse using the breadth of the way to find the shortest path maze.
PostOrderBtree
- 使用两个栈的结构来解决二叉树的后序遍历的非递归算法。-Use two stacks to solve the structure of the binary tree postorder traversal of the non-recursive algorithm.
bignumber
- 采用两种方式解决大数相乘问题,一种是采用链表的方式。另外一种是采用字符串的方式。-Multiply large numbers in two ways to solve the problem, one way is to use list. Another way is to use a string.
Modern-B-tree-techniques-1
- B+ tree techniques, application and explaination
deatvg
- 拉链法 建哈希表 数据结构 拉链法 建哈希表 数据结构-hash table data structure
euler
- source code for implementation of Euler s method of numerical analysis methods in mathematics.
lagrange
- source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
Newtons-Raphson
- source code for implementation of Newton Raphson s method of numerical analysis methods in mathematics.
Runge-Kutta
- source code for implementation of range kutta s method of numerical analysis methods in mathematics.
