资源列表
FindPath
- astar算法的简单实现,能够帮助你理解astar算法,赶快下载吧-astar simple implementation of the algorithm to help you understand astar algorithm, to download it
OrderlyCyclingMerger
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data f
2
- 哈弗曼编码 输入一串代码及其权值 构造哈弗曼树-Ha Fuman enter a code and the code weight structure Hafu Man Tree
C
- 有关于矩阵的的一些运算和算法,有希尔排序的c实现,有数字取反的算法。-Some on the matrix computation and algorithms, a sort of c Hill implemented a number of negated algorithm.
NOIPfsjj10
- 信息学奥赛复赛题目源码。使用对象:参加信息学奥赛的初中、高中学生。-Source Informatics Olympiad title rematch. Use Object: to participate in Informatics Olympiad middle and high school students.
01
- 实现数字排序,输入数字实现自动排序,可供初学者参考-Digital Sorting
heap
- 一个二叉树的例子,初学者可以看一下.a good code-a good code
teshupaixu
- 对任意的一组浮点数进行排序,排序规则是成金字塔形,中间最大往后依次是左大右小再左大右小的排列,知道全部排完。-A set of floating-point for any sort, sorting rules are in the pyramid, the largest of big right-left-back followed by major right-small small re-arrangement of the left, know all drained.
12-1
- 关于货箱装船问题的贪婪算法,只是简要描述-Container ship on the issue of greedy algorithm, only a brief descr iption of
duoxiangshi
- 编程求两个一元多项式的乘积。 输入 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出 以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>, 零多项式的输出格式为:<0,0>,-Program
work9
- 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场,设计一个有效的贪心算法进行安排。-Enough to assume that many of the arrangements for the venue where a number of activities and want to use the venue as small as possible, design an efficient greedy algorithm to carry out the arrangemen