资源列表
poj1936
- 上传的代码是北京大学在线评测系统POJ1936的AC代码,欢迎下载交流-Code is uploaded Peking online evaluation system POJ1936 the AC code, please download the exchange
2828
- 上传的代码是北京大学在线评测系统POJ2828的AC代码,欢迎下载交流-Code is uploaded Peking online evaluation system POJ2828 the AC code, please download the exchange
graph
- 几乎包含了图的所有操作,邻接矩阵,邻接表建立,递归非递归深搜广艘遍历,floyd,prim,kruscal,地界斯特拉算法,拓扑排序,关键路径-Figure includes almost all the operations, the adjacency matrix, adjacency list creation, deep search recursive non-recursive traversal wide ship, floyd, prim, kruscal, boundary
2886
- 上传的代码是北京大学在线评测系统POJ2886的AC代码,欢迎下载交流-Code is uploaded Peking online evaluation system POJ2886 the AC code, please download the exchange
houzi
- n只猴子要选猴王,所有猴子按1,2,…,n编号围坐一圈,从第1号开始按1,2, …,m报数,凡报到m号的猴子退出圈外,如此循环报数,直到圈内剩下一只猴子时,这个猴子就是猴王。编写一个程序实现上述过程,n和m由键盘输入。-n monkeys to choose the Monkey King, all the monkeys by 1,2, ..., n No sitting around, starting from No. 1 by 1,2, ..., m the number reporte
CPP-Algorithms-and-Data-Structures
- C++算法与数据结构(书)源代码(共享)-C++ Algorithms and Data Structures (book) source code (shared)
two tree
- 本程序中通过C++平台,实现二叉树的链式存储、遍历。(This procedure through the C++ platform, to achieve the two tree chain storage, traversal)
car1
- 实现停车场系统的管理,能对不同的车辆进来时间,出去时间进行记录,然后算出停车需要的钱-Implement parking management system, vehicles can come in different time, out of time to record, and then calculate the money needed parking
program 3
- 实现对美国地图的朴素迪杰斯特拉算法与A*最短路径搜索(Simple implementation of Dijkstra algorithm and A* on the map of the United States of the shortest path search)
curriculum
- 基于图论中的拓扑排序原理,利用课程信息文件生成符合要求的课程表。-Based on graph theory topological sorting principle, the use course information file is generated to meet the requirements of the curriculum.
Tree
- 用C++语言写的哈夫曼变异和译码系统,能实现建树、遍历、编码、译码、打印等。-Huffman write C++ language variation and decoding system to achieve the achievements, traversal, encoding, decoding, printing and so on.
DirectSort
- 运用C/C++实现直接插入排序法,供参考。-The sample of direct sort method.