资源列表
PAIXU
- 数据结构实验 关于各种排序方法的 希望对您的学习有所帮助-Experimental data structure of hope on the various sorting methods will help you learn
sample03
- c++程序中关于两个数中最大值的算法,比较两个数中哪个最大,并取得最大值-c++ program on the maximum of two numbers in the algorithm to compare two numbers in which the largest, and obtain the maximum
MiGong
- 迷宫算法:手动生成迷宫,自动寻找出路,简单的小程序-maze: you can create a maze then it will figure out a way out
majic
- 数据结构(c语言)清华版实习题集,魔王的语言,-Data structure (c language) version of internship Tsinghua title set, devil' s language,
bahuanghou
- 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,7) (4,8) Q + + + + + + + +
sumofploy
- 多项式求和源程序(测试完成版) 包括线性表和链表数据结构实现-greatly nice!!
Hash_Table
- 哈希表的C++实现,包括四个cpp和三个头文件,仅供参考。-Hash table in C++
Joseph
- 约瑟夫环代码 用Visio C++写的 保证可以运行 很好用-Joseph Ring with Visio C++ code written to run well with the guarantee
数据结构与算法分析—C语言描述 习题解答
- 数据结构与算法分析—C语言描述 此书配套习题解答(英文版)(Data Structure and Algorithm Analysis -- C Language Descr iption of this book supporting problem solution)
动态规划
- 动态规划的C++代码,动态规划是应届生笔试面试中的常见题型(Dynamic programming of C++ code, dynamic programming is a common topic in the interview for the students written by the students)
sorting
- 数列排序,给定个较乱的数列,可以通过该程序很有效率的进行迭代排序-Sequence sorting
binary-sort-tree
- 任意给定一组数据,设计一个算法,建立一棵二叉排序树,对它进行查找、插入、删除等操作。-Any given set of data, design an algorithm to build a binary sort tree, it to find, insert, delete files.
