资源列表
TopologicalSort
- 采用递归调用的方法打印输出一个非循环图的所有拓扑排序-output all the topological sorts of an acyclic graph
eightqueen
- 八皇后的摆放问题 八皇后问题是1850年大数学家高斯提出来的,该问题在8*8的国际象棋棋盘上放置8个皇后,条件是做到没有一个皇后能“吃掉”任何其他皇后,即没有任何两个皇后被放置在棋盘的同一行或者同一列,或者同一对角线上。 该案例利用回溯算法穷举出该问题的所有解。 -Placing eight queens problem eight queens problem is the high Christie mathematician in 1850 out of the ques
DataStructurePart1
- 学校老师上课的讲义和习题解答。数据结构的线性表部分。-School teachers class lectures and exercises to answer. Data structure part of the linear form.
Dijkstra
- Dijkstra find the shortest way from A->B
windows_stack
- C++BUILDER编的可以在WINDOWS下运行的栈的演示程序-C BUILDER series in the Windows stack running under the demonstration program
danpianjiCyuyanrumen
- 单片机C语言编程的一些知识,供初学者参考。-Singlechip C language programming some of the knowledge, the reference for beginners.
Sort
- 四种排序算法的比较,比较适于初学者,是用C语言编写,
NearestPath
- 实现了最短路径分析,依据程序所用数据的不同,需要进行更改,也是对源码的一个理解过程-NearestPath
huisuo
- 实现回溯算法,能解决八皇后问题等~~算法结果优化,时间复杂度较小-Implement backtracking algorithms can solve the eight queens problem, etc. ~ ~
WordChecker_final_2
- 英文单词的检查,使用二叉树数据结构。标准C++完成-Word Chenker
LempelZiv1
- compression algorithm lempel ziv
SchoolScore3
- 数据结构课程的运动会分数统计系统,自己写的,功能还挺全的-DataBase Structure Sportsmeeting Systems use C
