资源列表
pet
- 演示类继承,派生的良好教程。可观察构造函数和析构函数的调用顺序,以及冲在构造函数时的参数继承顺序。-demonstration class inheritance, derived from the good guidance. Observed Constructors and Destructors function call sequences, and the structure-function of the parameters of the order of succession.
G_coin
- 经典的金币问题的实现。并进行了优化。有详细的注释。-Classic problem of the realization of gold coins. And optimized. Detailed notes.
LinkListTest
- 简单的单链表,增强版单链表,排序链表(从小到大)以及双端链表的头插法和尾插法。-LinkedList
huang
- 狄克斯特拉算法 输入顶点和边集课计算最短路径长度和最短路-狄克斯特拉 algorithm input vertex and edge set class shortest path length and the shortest path
Graph-with-BFS-DFS
- 数据结构中有关图的两种遍历,深度和广度搜索,并有搜索顺序输出-Data structure traversal on the two plans, the depth and breadth of search, and a search order output
magic-square-matrix-solution
- 求幻方矩阵。给定任何数字n,即可显示n*n的幻方矩阵。幻方矩阵是一个经典的问题。ACM程序设计大赛常考。此源码还包括算法的规律说明。-Find magic square matrix. Given any number n, you can display the magic square n* n matrix. Magic square matrices is a classical problem. ACM Programming Contest Chang examination. Th
Bintree
- 二叉树,数据结构,实现查找任意两个结点的共同祖先-Binary Tree,Data Structure to achieve Find the common ancestor of any two nodes
CreateList
- c语言创建链表的代码,多种不同的方式创建链表,用于不同的场合-create link_table
crtree
- 先序遍历树,输出根节点到叶子节点的 路径并求出深度
Link_list
- 用链表实现多项式的加法与乘法,链表是采用数据结构里面的单链表-polynomial with the addition and multiplication, linked list data structure is used inside the single-linked list
HUFFMAN
- program in C++ for Halfman Algorithm
stacktoexpresion
- 用栈实现表达式求值,实现方式为递归实现,是数据结构基本算法-Expression is evaluated with the stack implementation, implementation for the recursive implementation, the basic algorithm is the data structure
