资源列表
BinaryTree
- 二叉树的各种操作,包括插入,删除,遍历,搜索等-BinaryTree
gao-ji-ban-cheng-yu-yan-shi-xi
- C++ 数据结构方面的 编程实习 很有参考价值 编程实习-The programming intern C++ data structure of great reference value Programming internship
youtoujiediancharushanchu
- 有头结点的删除和插入!谢谢!希望能对大家有所帮助!-Has a head node to delete and insert! Thank you! Hope it' ll help!
AI
- 八数码求解问题,八数码问题是人工智能经典难题之一。 主要运用A*算法求解,代码完整,清晰-eight puzzle
KMP
- KMP算法和KMP改进算法实现,数据结构,字符串匹配算法-KMP KMP algorithm and improved algorithms, data structures, string matching algorithm
training
- 某企业将挑选一批新员工进行培训,遵循以下规则: 将所有员工排成1个圈,从12点位置开始编号为1,逆时钟方向编号到N,第N号员工在第1号的左手边 两位培训官开始选择员工,培训官甲从1号开始逆时钟方向数,数到第k号员工停下;培训官乙从N号开始顺时钟方向数,数到第m号员工停下 被选中的第k号和第m号员工不是同一人,两人同时送往制造培训 被选中的第k号和第m号员工是同一人,将一人送往检测培训 接着继续往下数,培训官甲同样数到k就停止,培训官乙同样数到m就停止,重复上述的选择 输入
paixu
- 初学者的算法,程序是对10000个随机产生的数进行排序,利用的是树,二叉树方面的知识-Algorithm for beginners, the program is the number of 10,000 randomly generated sort, the use of the tree, binary tree of knowledge
data_structure_source
- 清华大学出版 严蔚敏版的数据结构书中所有程序源代码,C语言版-Tsinghua University Press YanWeiMin version of the data structure in the book all the source code, C language version
rmttrn-griup
- the art of c++ c++的艺术()
Rexercise4
- SSD5 数据结构的Rexercise4答案 请大家提出宝贵意见-The answer of ssd5 Rexercise4
search
- 静态查找表的基本功能的实现。用的是c++包括两种查找,遍历,删除-Static lookup table implementation of the basic functions. Using c++ includes two search, traversal, delete
ten-algorithm
- 目录 1,搜索算法; 2,贪心算法; 3,动态规划; 4,最短路径; 5,最小生成树; 6,二分图的最大匹配; 7,-Contents 1, the search algorithm 2, the greedy algorithm 3, dynamic programming 4, the shortest path 5, the minimum spanning tree 6, maximum bipartite matching 7, ...