资源列表
Graph
- 图类:一个处理数据结构中图的基础类方法。这个类包括对图的最完整建模算法-Graphs: a graph data structure processing base class methods. This class includes the most complete modeling algorithm diagram
23442
- 实现二叉树的中序,先序,后序三种遍历的功能。-Binary tree in order to achieve first order, the order of three kinds oftraversal functions.
3-2
- 堆排与贪心算法解usaco 1-3-2牛棚问题 -Heap row with the greedy algorithm for solving the problem usaco 1-3-2 barn1
code
- 学习数据结构时编写的有关二叉树基本运算实现,有向图和邻接矩阵,邻接表的转换,输出某矩阵转置矩阵的三元组以及两矩阵进行运算后结果用三元组表示,在学习VC程序设计写了一个简单的机场不同型号车辆的收费系统。-Learning data structures to prepare basic operations on binary tree realization of a directed graph and the adjacency matrix, adjacency list of the c
LLK
- 连连看游戏设计,最短路径的寻找,判断两个图形是否可消,怎样优化寻路算法。-Lianliankan game design, to find the shortest path to determine whether the two graphic consumption and how to optimize the way-finding algorithm.
Markov_Chain_Algorition
- 一种经典的用于输出随即英语文本的算法,用C语言实现,性能表现很好。-A classical English text for the output then the algorithm, using C language implementation, performance, good performance.
_IDA
- ACrush 2005年百度之星的八数码程序和一个IDA*的八数码程序,很有借鉴意义。-Baidu is ACrush 2005 Star of the eight digital programs and an IDA* eight digital procedures, referential significance.
main
- 百度之星2009初赛第一场第一题,满分程序-Baidu Astar 2009 1.1.1 without bug
main
- poj1328: Radar Installation。贪心算法。正确程序-poj1328: Radar Installation. Greedy algorithm. accepted program
main
- poj2109:Power of Cryptography.贪心算法.正确程序.-poj2109:Power of Cryptography.Greedy algorithm.accepted program.
wordGame
- 本文件包含两个功能相同的cpp文件,分别采用了map和priority queue两种不同的数据结构来完成显示双单词在字典动态变化的过程的功能。对于掌握数据结构有一定意义。-This file contains two cpp files with same function, but they use different data structures which are map and priority queue. The function of this file is to trace
inorder
- 这是一种中序运算法,当数学运算表达式被输入到计算机中,计算机按照从前到后的顺序即可进行运算,不用考虑其优先级的问题!-inorder structure!