搜索资源列表
java348822456
- Java数据结构与算法中的源代码和applet, 是一个非常不错的Java数据结构与算法的参考源码。-Java data structure and algorithm source code and the applet is a very good Java data structures and algorithms reference source.
AddisonWesley-AlgorithmsinJavaPart1-4ThirdEdition.
- 数据算法(java实现)电子书chm英文版,包括数据结构、各种排序算法、查找算法的接口和实现源码!
java_datasrc
- java数据结构和算法.(第二版)源码 有需要的尽情的下吧-java data structures and algorithms. (second edition) there is a need to source all of the next bar
javasrc
- Java数据结构和算法中文第二版源码, The files in this folder, \ReaderFiles\, contain both source code and executable code for the example programs presented in the text of "Data Structures and Algorithms in Java," 2nd Edition. They are available to any reade
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
insertsort
- java实现的插入排序程序源码,insertsort算法,c语言数据结构的实现。-insertsort
JavaPStrucure
- 数据结构与算法源码,java语言编写,包含多种算法源码。-Data structure and algorithm source code that contains the source of a variety of algorithms
kmp
- java数据结构的串的kmp算法部分源码-java number comb basis kmp algorithm part sources
java-data-structures-
- java数据结构与算法中所有的applet源码-java data structures and algorithms in all the applet source
Algorithms4习题答案
- 包含Algorithms4原书中所有课后习题答案以及源码,帮助学习数据结构与算法(Algorithms4 contains all the original after-school exercises answers and source code, to help learn data structures and algorithms)