资源列表
bitree
- 数据结构完成二叉树遍历,包括递归和非递归-Complete binary tree data structure traversal, including recursive and non-recursive
8QueenPShow
- 8皇后问题及深/宽度优先的讲解及 8皇后问题.exe的演示程序-8Queen Problem Slide Presentation and Execution Show
GYDYT
- 数据结构的程序设计公园的导游图C++版,用于寻找最短路径-Data structure programming guides park map C++ version, for finding the shortest path
VC_data_structure_algorithm
- VC++数据结构经典算法源码包,包含了常见的数据结构的VC++描述。-data structure algorithm using the VC++
2chashu
- 二叉树,用于交流,互相学习,共同提高,如有错误请指正-Binary tree for the exchanges, learn from each other, co-improved, if there is an error, please correct me
Dijkstra
- Dijkstra算法求单源最短路径 输入结点数关系数然后输入结点和其间的关及系权值,得出最短路径-Dijkstra algorithm for single-source shortest path relationship between the number of input nodes and then enter the node and which the Department of Customs and the right value, the shortest path ob
11
- ... ... ... ... ... ... 银行家算法-ok
acm
- acm的一些源代码,主要是pku的。希望对大家有用-acm some source code, mainly the pku. We hope to be useful
DFS-BFS
- BEST FIRST SEARCH AND DEEP FIRST SEARCH
xianxingbiao
- 对线性表进行增删改查,并且计算线性表长度!-Linear form of the various additions and deletions to check the basic operation!
VCshujuku
- 约瑟夫环求解 约瑟夫环求解 约瑟夫环求解-Joseph Joseph Central, Central, solving solving solving Joseph Joseph Central, Central, Central Solving Solving Joseph
tingchechang
- 设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次有北向南排列(大门在最南端,最先到达的第一车停放在车场的最北端),若车场内已停满n辆车,那么后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。-Car parks are lo
