资源列表
parking
- 数据结构中的停车场问题,考虑到车辆的流量和收费,利用队列和栈进行操作-parking problem in data structure.
search
- 数据结构中的关键字检索问题,逐个寻找,并将指针向前移动,如果没找到要找字符串,置零继续向前查找。-searching required strings in data structure.
Plumbing-problems
- 数据结构中的管道铺设问题,考虑成本选择最短路径,是关于图,利用迪杰斯特拉算法的一个数据结构经典问题。-Plumbing problems in data structure.
2_3
- 这是一个关于c++的三角与反三角的小程序,大家可以运行一下。-This is a triangle and inverse trigonometric c++ small program, we can run it.
2e
- 这是几个关于C语言完美演示的小程序,源码均可运行。-This is a perfect demonstration of several C language on small program, the source code can be run.
hotel-management-system-
- 模拟旅馆管理系统——床位的分配与回收-Simulation of hotel management system-- allocation and recovery beds
student-information
- 用于完成对学生的信息的管理,可以通过学号来删除或加入成员等一系列操作-For the completion of student information management, you can learn sign to remove or add members to a series of operations
topological-sorting
- 数据结构中的拓扑排序,可以得到有向无环图的一个最优序列-Data structure topological sorting, you can get a directed acyclic graph of an optimal sequence
eight
- 八皇后问题,八皇后问题是一个以国际象棋为背景的问题:如何能够在 8×8 的国际象棋棋盘上放置八个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。八皇后问题可以推广为更一般的n皇后摆放问题:这时棋盘的大小变为n×n,而皇后个数也变成n。当且仅当 n = 1 或 n ≥ 4 时问题有解。-Eight queens problem, eight queens problem is a chess background questions:
K-MEANS
- k-means算法 网上681武将的聚类算法代码 非mapreduce实现 -k-means algorithm
Data-Structure---tree
- 数据结构--树的代码。 参考和学习的上好资料。-Data Structure- tree code. Reference and learning of enclosed information.
data-structure--Graph
- 数据结构---图的代码实现。 参考和学习的上好资料。-Graph data structure--- code. Reference and learning of enclosed information.
