资源列表
data_stucture
- 本程序是李春葆编写的数据结构的c语言版本,里边是该书所有算法的源程序.希望能对大家有所帮助!-This procedure is the preparation of Li-bao of the data structure c language version of the book that is inside the source algorithm. Hope you can help!
maze
- 数据结构 迷宫源代码。可以实现迷宫算法-datastruct maze
Matching_brackets
- 这是基于VC编程的数据结构程序,用链表等来实现括号的匹配问题-This is based on the data structure of VC programming procedures, and so on to achieve with list of matching brackets
migong
- 迷宫问题!个人编译的!较为简单!希望和大家一起分享!多多关照!-thank you!!!
lw5
- 这是一个验证数据结构的二叉树的公式的一个程序,具体的输入格式为:输入实例:-+a##*b##-c##d##/e##f-This is a binary tree data structure to verify the formula for a procedure, the specific input format is: input examples :-+a##*b##-c##d##/e##f##
Quick_Sort
- 实现快速排序,数据结构课程上的作业,对于想学号C语言的同学很有参考意义哦-Fast sorting, data structures courses on the operation, for No. I wanted to learn C language is very useful for students, oh
GoatMVC
- 严格按照MVC的数据结构和逻辑实现MVC,实现的是一个小游戏-make MVC come true
SortN
- 使用链表存储数据,在构建链表的同时,使用链表的头部插入排序-to sort a list of data useing linked list
yuesefuhuan
- 约瑟夫环实验报告很好的资料珍惜啊同志们 -Joseph Central Experimental data report good comrades treasure ah
booktickets
- 飞机订票系统,可实现订票,查询,退票等功能。-Aircraft booking system, enabling booking, inquiries, refund and other functions.
decare_tree
- 有一种特殊的二叉树被称为笛卡尔树,这种二叉树的每个结点都有两个关键码,记为key1和key2。现在给你一组关键码,每组关键码用二个整数表示,要求构造一棵同时满足下列两个性质的笛卡尔树: 只考虑这棵笛卡尔树的第一关键码,它是一棵排序二叉树。 只考虑这棵笛卡尔树的第二关键码,它们满足类似于最小堆的性质,即任意一个父结点的第二关键码都比它的子结点的第二关键码小。 -There is a special kind of binary tree is called Cartesi
NQueenProblem
- n皇后问题,关于如何计算n皇后问题,里面的代码容易看懂,核心的是在针对试探-回溯算法所用的数据结构的设计上。 程序采用了递归,也就是借用了编译系统提供的自动回溯功能。-N Queen Problem