资源列表
LinkedQueue
- A data structure implemented with by a Linked List data structure.
LinkedStack
- A Stack abstract data type implemented via a Linked List
Dijkstras-Algorithm
- Dijkstra s Algorithm and a Graph Data Structure
Sort
- 基于mfc和cmd的排序算法实现; 有友好的的界面操作;-Mfc-based sorting algorithm and cmd a friendly interface operation
Maintain-the-linear-form
- 线性表的维护,包括删除,修改,排序,建立,打印输出等功能。-Linear form of maintenance, including delete, modify, sort, create, print output function.
Maintenance-of-binary-search-tree
- 二叉排序树的维护,包括修改建立删除插入等功能。-Binary sort tree maintenance, including the establishment of modified to delete the inserted functions.
establish-and-travel
- 二叉树的建立(固定数字)及用前序遍历法周游并输出。-The establishment and use of binary tree traversal method before travel and output.
A-Star-Algoritm
- A*算法演示程序,介绍A*算法及其演示的程序-A Star Algorithm Program
DormMan
- 简单的宿舍号,学号,姓名排序,自己读取txt,随机生成信息。-Simple dormitory number, student number, name, sort, he read txt, randomly generated information.
Purely_Functional_Data_Structures
- 很好的介绍了函数式编程中的数据结构,代码使用haskell 和ml-A good introduction to functional programming in the data structure, the code uses haskell and ml
sj204
- 实现后缀表达式的运算,包含不含括号的加法、减法和乘法。-Operations to achieve postfix expression, including brackets without the addition, subtraction and multiplication.
pratice
- 用动态规划法解最长公共子序列
