资源列表
LinkList
- 线性表中链式存储结构链表的基本操作,写得很简单,仅供新手参考-List of basic operation
List-of-basic-operation
- 线性表中链表的基本功能操作的实现,写得比较简单,仅供参考-List of basic operation
Double-link-list
- 链表学习之双向链表,本程序在VS2010下编写,测试通过!-Doubly link list!
currency
- Simple currency calculator in C++.
AVLTree
- avl树的的插入、删除、修改操作,数据结构上机作业的完美答案 -insert,delete,modify operation of avl tree.
01
- 利用递归方式的算法计算斐波那契数列各个项数-Recursively the algorithm to calculate the Fibonacci series of various number of items
Leftist-Tree
- 左式树的懒惰算法实现,实现了增加、懒惰删除等等功能-the implement of lazy strategy in leftist tree
Trifurcate-linked-list
- 二叉树的三叉链表存储表示 (1)定义二叉树的链式存储结构; (2)建立一颗二叉链表表示的二叉树; (3)对其进行前序,中序,后序输出。 -Trifurcate linked list storage representation of a binary tree
02
- 编写递归函数,求n个元素集合的所有子集。 不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。 输入:input.txt,仅包含整数n(1-26)。 输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。-Write a recursive function, an n-element set of all subset of. May wish to make a collection of elements to lowercase le
Tower-of-Hanoi
- 汉诺塔数据结构编程的源代码,有趣的小程序-Tower of Hanoi data structure programming,it s a interesting program.
StackEx
- 这是关于栈的功能实现及验证的小程序,这个程序在学习数据结构是会有帮助。-This is a stack of functions and validation procedures, this procedure in the study of data structures it would be helpful.
ShortPath
- 这个是一个求最短路径的程序,程序应用了地杰克斯拉算法-This is one of the shortest path procedures, the procedures applied to Dijksla algorithm
