资源列表
trove-3.0.3
- trove是轻量级实现java.util Collections API的第三方开源项目 官网: http://trove.starlight-systems.com/overview trove相比jdk原生的集合类有三个优势: 1、更高的性能 2、更底的内存消耗 3、除了实现原生Collections API并额外提供更强大的功能 集合是java编程最常用的API之一,把项目的集合对象改用trove替换就能获得性能提升和内存的节省。 这是对一个项目底成本的优化方案。 -high perfor
AVL
- AVL平衡二叉树的增加、删除,有对各种旋转地操作-Deletions of AVL
回溯
- 一些回溯算法的总结里面有马跳日棋盘问题八皇后问题取苹果等一系列已过的代码谢谢参考(Some backtracking algorithms are summed up with a horse jump day chessboard problem eight queens and a series of past codes for reference.)
ecs
- 二叉树的演示程序。实现了二叉树和哈弗曼树-Binary tree demo program. Implements a binary tree and the tree Hafu Man
shujujiegou_yan_guangpan
- 数据结构 严蔚敏 随书光盘
查找算法
- 在Windows平台下VS2010实现了集中基本的查找算法,数据结构的基础(In the Windows platform, VS2010 implements the basic search algorithm, data structure foundation)
Algorithm
- 包含一些计算机领域比较常见的算法,希望对大家有所帮助-Contains some of the more common computer algorithm, we hope to help
sjk
- 这是我们在c语言编程中必备的数据结构知识 一定要看啊
TreePractice
- Visual C++实验的数据结构中的树,对其操作比较全-Visual C++ experimental data structure tree, its operation more full
Data-Structure-and-Algorithm
- 继入门之后可以继续学习编程的数据结构,配合我之前上传的第一本书来学习。-Data Structure and Algorithm in C++
爬山 完美
- 使用爬山法实现n皇后问题 输入 n,并用运行时间比较几种算法在相同规模的问题时的求解效率。列表给出结果。 比较同一算法在 n 不相同时的运行时间,分析算法的时间复杂性。(Use of climbing method to achieve the N Queens)