资源列表
code
- 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to so
GradeCompare
- 读取文本中的学生成绩信息,实用堆排序输出成绩前三名的学生信息-Read the text of student achievement information, practical heap sort output scores of the top three student information
stringclass
- 定义了字符串类,并实现了基本类函数,比较,拼接等-Defines the string class, and to achieve the basic class functions, comparison, stitching, etc.
2dp
- 传说HMH大沙漠中有一个M*N迷宫,里面藏有许多宝物。某天,Dr.Kong找到了迷宫的地图,他发现迷宫内处处有宝物,最珍贵的宝物就藏在右下角,迷宫的进出口在左上角。当然,迷宫中的通路不是平坦的,到处都是陷阱。Dr.Kong决定让他的机器人卡多去探险。 但机器人卡多从左上角走到右下角时,只会向下走或者向右走。从右下角往回走到左上角时,只会向上走或者向左走,而且卡多不走回头路。(即:一个点最多经过一次)。当然卡多顺手也拿走沿路的每个宝物。 Dr.Kong希望他的机器人卡多尽量多地带出宝物。请
List-for-set-intersection-problem
- 已知两个单链表A与B分别表示两个集合,其元素类型为int且递增排列,其头结点指针分别为a,b。求出A与B的交集,要求C同样以元素值递增的单链表形式储存。-Known two single chain A and B denote two collections whose elements of type int and ascending, the head node pointers are a, b. Find the intersection of A and B, C similarl
The-SP-of-WH-Univers
- 利用BellmanFord算法计算武汉各高校之间最短路径。-The shortest path algorithm of Wuhan Universities based on BellmanFord
wavelib
- Wivelet transform DWT
stackjas
- 一个顺序栈的创立及应用的源代码,不是很高端-A sequential stack creation and application source code is not very high
queuejas
- 一个队列的创立及应用的源代码,不是很高端-A queue creation and application source code is not very high
shortest_length
- 计算二值网络的两两节点间的最短路径,并返回两两节点间的路程。-calculate the shortest length of undirected nework.
dayin
- 打印二叉树,在学习数据结构方面有一定的帮助,同时在打印二叉树时能够真实的体会到二叉树的原理-Print binary tree data structure in the study have some help, but when printing a binary tree can truly appreciate the principle of a binary tree
shuzhuang
- 桉树状打印二叉树,对初学者来说有一定的帮助,同时在理解二叉树方面也有一定的了解。-Eucalyptus-like print binary tree, for beginners who have some help, but in understanding the binary tree also has a certain understanding.