-
-
a.rar
Description
Give a set of numbers, output them after sort. You may use any algorithm you like to solve it.
Input
Each input file contains only one case.
Each test case begins with an integer N(0<N<=1,000,000), the size of the set.
The ...
-
A.rar
这是我根据A*算法,通过javascript实现的最短路径程序。可以说,程序非常糟糕,不过总算是实现了。思路是起点和终点的跑动过程中,我们中间可能会遇到障碍物,所以,我们不能仅仅是两点一直线,而是聪明的饶过障碍物进行聪明的跑动
-
-
-
-
A~Z.rar
C语言写的,用户输入一个大写字母,比如C
则输出一个
A
ABA
还有杨辉三角等几个小程序!
ABCBA
-
-
A-B.rar
用 2个链表 实现 链表 A 和链表 B相减并清楚重复内容的程序
-
a.rar
A星算法在游戏中人物的移动中,寻找路径起到了很大的作用,使游戏人物按最近的路线到达目的地
-
-