资源列表
binarytree
- 二叉树的相关运算,包括先序遍历,中序遍历,后续遍历,层序遍历-Binary tree operations, including preorder traversal, in order traversal, subsequent traversal sequence traversal
迷宫算法
- 给定一个迷宫,输入入口出口,得到走出迷宫的正确路线(Given a maze, enter the entrance, exit, get the route)
Maze
- A 星算法,用来在游戏或者路劲规避中寻找最短路径!-A star algorithm, find the shortest path is used to circumvent the game or Road King!
huli
- 围绕着山顶有10个圆形排列的洞,狐狸要吃兔子,兔子说:“可以,但必须找到我,我就藏身于这十个洞中,你先到1号洞找,第二次隔1个洞(即3号洞)找,第三次隔2个洞(即6号洞)找,以后如此类推,次数不限。”但狐狸从早到晚进进出出了1000次,仍没有找到兔子。问兔子究竟藏在哪个洞里?-Peak around the circular array of 10 holes, the fox eat the rabbit, the rabbit said: " Yes, but you find me
DP
- 三篇关于动态规划优化的文章,四边形不等式优化以及一些其他特殊情况下的优化-3 on the dynamic programming to optimize the article, optimization of quadrilateral inequality as well as some other exceptional circumstances, the optimization ... ...
vtkPolyData
- 标准的vtk绘制“积木”(多边形)的例子,可以设置各项数据的属性-Standard vtk drawing the example of the " building blocks" (the polygons), you can set the properties of the various data
codeChai-huanghengguan
- 编码法实现对于线段在窗口的裁剪算法,记得配置好graphics环境。-Coding method to achieve the line clipping algorithm in the window, remember to configure graphics environment.
c语言100个题目
- c语言小程序100个-100 small programs
数据结构教程
- 数据结构教程 C-data structure tutorial for c
Programming_Challenges
- 挑战编程是参加ACM大赛的重要教程,可以很好的理解算法的精髓。-ACM programming contest challenge is important to participate in tutorials, you can well understand the essence of the algorithm.
RecommendedExercise1
- SSD5第一次recommended exercise 的答案。
Applications-and-Advanced-Topics
- 上海交大数据结构课程的课件