资源列表
Storage-structure
- 存储类型的转换,如果你输入一个以邻接表作为存储方式的数据信息是,通过此系统可以转换为一邻接矩阵的形式存储信息-Storage structure
paixuzhuanpinghengerchashu
- 将排序转为平衡二叉树,简化排序,方便运用数组-the code is useful,but my english is not well,so sorry
Shortest-path-algorithm
- Dijkstra的算法的c++小程序演示解决的最短路径的问题,希望对大家有用-Dijkstra' s Algorithm in c++ small program demonstrates the shortest path to solve the problem, we want to be useful
Dijkstrashortpath
- 求解最短路径的程序。根据迪杰斯特拉的算法思想写出的程序。运行环境VC++6.0-Procedures for solving the shortest path. Dijkstra' s algorithm based on ideas to write procedures. VC++6.0 environment
FractionTest
- This program defines a class for fractions, which stores a numerator and denominator. A member function allows for retrieval of the fraction as a double and another outputs the value in lowest terms.
LinkedStack
- 用C++实现的链式栈,使用了模板类,可以直接引入头文件用于其它项目-Chain stack with C++ implementation, use the template class can be introduced directly into the header files for other projects
jiecheng
- vc6下实现的基于双链表的大数阶乘算法,详细实现了双链表-vc6 doublelinktable
ACM,Exponentiation
- 北大ACM题集中的Exponentiation解法,效率较高,大整数乘法算法。
CHAP02
- 数据结构第二章全部权威算法,严蔚敏版的。欢迎下载-chapter two of datastruct from yanweimin ,welocm to be downloded!
Ackerman
- 这是在VC环境下编写的一个数据结构的经典问题Ackerman问题-This is written in VC environment, the classic problem of a data structure problem Ackerman
CPP-interesting-algorithm
- 介绍了100个有趣的算法,对参加竞赛学生有帮助-introduced 100 interesting algorithm, to help students participate in competitions
binary-tree
- 二叉树的模板实现,通过模板实现二叉树的各种遍历-binary tree
