- 授权协议: MIT/X
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/multidimalgorithm/
- 软件文档: http://code.google.com/p/multidimalgorithm/w/list
软件介绍
Multi-Dimensional Data Structure (mdds) 是一个 C++ 类库,提供了一组不同的数据结构用于高效的存储和查询多为数据,支持不同的过滤查询。不同的数据结构是专门为不同的查询而优化。该库只提供了头文件,意味着程序不需要连接到任何共享库,所有的数据结构都作为 C++ 模板提供。
An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!
