资源列表
DC3
- 后缀数组的DC3算法的实现,源码中对代码进行了优化-the construction of suffix array with DC3 algorithm
lingCross
- c++实现判断空间两条直线是否相交,一道简单的acmer-to ajust if to lines are crossed
2010010770_e1_p1
- 求出N以内所有满足x^2+y^2=z^2且x<y<z的所有三元数组-Within obtain a N meet x ^ 2+y ^ 2 = z ^ 2 and x <y<z的所有三元数组
2010010770_e1_p2
- 统计给定的英文文件中各字母的出现频率,从文件读取输出-Statistics to the frequency of occurrence of each letter of the English documents given
data-structure
- 里面包含了各大企业面试用到的数据结构和算法 100道题目 有解答 很适合想去大公司或者挑战自己能力的人-Which contains 100 questions of the interview data structures and algorithms used major companies have answered very suitable for people who want to go to big companies or challenge their skills
algorithm
- 文件列表
SuanFa
- 用java实现的堆栈结构,可以实现编译原理课程的构造文法分析器的功能-Realization of java stack structure, structure grammar parser compiler theory courses
Some-ergodic-map
- 已知n个城市,任意两个城市之间存在最多三种交通工具;每种交通方式产生的费用不一定相同,时间不同: 1算法实现周游这n个城市并且费用最少(写程序,其中n<=10) 2、在规定的时间里,同时考虑每种交通方式花费时间;在规定时间内,周游这n个城市且费用最少-Known n city, city exists between any two up to three vehicles each kind of transport charges are not necessarily th
shortest-path
- 最短路径分析,从任意一点到另一任意一点,道格拉斯算法-shortest path
data-structure
- 十分适合初学数据结构的同学,形象地演示了书中数据结构的算法-Very suitable for beginner students of data structures, vividly demonstrates the book data structure algorithm
airroute
- 航线选择问题 问题描述 某个国家有 N 个城市,分别编号为 1 到 N。旅行者通过该国的机场售票处了解到 N 个城市之间的所有航班,每个航班都有两个属性,航程和费用,航线是双向的。 旅行者的出发点是城市 1 ,他的目的地是城市 N ,由于飞机票的价格不菲,而旅行 者携带的现金又是十分有限,而他希望使用有限的现金,尽快到达目的地。 编程任务 帮助旅行者计算出,在他所携带现金的范围内,从出发点到目的地的最短距离-Route choice problems describe
bala
- 符号平衡问题 给定n(1<=n<=3,000,000)个整数a1,a2,…,an组成的序列,试设计一个O(n) 时间算法,计算其最长符号平衡段的长度-Symbol balance problems given n (1 < = n < = 3,000,000) integers a1, a2, ..., aN sequence of trial design of an O (n) time algorithm to calculate the equilibrium s
