资源列表
migong
- 通过运用栈实现迷宫问题,探索一条道路并打印出路径-Achieved through the use of a stack maze problems, explore and print out the path of a road
suanfa
- 一个简单的算法,用C++开发工具开发的。-Simple algorithm
traffic
- 实现个城市之间的交通路径及时间查询,并用文件以及后台双路径操作。-the traffic of many cities
crosschain
- 将两个十字链相加 且依旧存在第一个链表中-Sum of the two cross-chain and still exist in the first list
C_Array
- 简单的动态二维数组的生成、使用及释放程序,C语言编写-sssssssssssss
zyzsjh
- 数据结构习题--左右子树交换 用C++实现,一个2叉树的左右子树交换-Data Structure Problem- the exchange of left and right sub-tree implementation using C++, a 2-tree exchange of left and right subtrees
HF
- 数据结构习题---幻方求解 用c++实现N阶幻方的求解-Problem--- data structure with c++ magic square magic squares of order to achieve the solution N
train
- 数据结构---火车调度程序 用c++实现火车调度程序-Data structure--- the train dispatcher train with c++ to achieve the scheduler
a-star-algorithm-implementation
- A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.
qichejiayou
- 一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相关子问题后,才能做出选择。而在贪心算法中仅在当前状态下做出最
topological
- 大学二年级 拥有3个方法采用拓扑排序来实现排课 课程设计-Topological Sort Arranging Course Design
lianbiao
- 数据结构,c语言版的,上机实例题。是清华大学版的-Data structures, c language version, the machine was used to problems. Tsinghua University Edition
