Chinaunix首页 | 论坛 | 博客
  • 博客访问: 863598
  • 博文数量: 436
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: -103
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-01 09:48
个人简介

爱生活,爱IT

文章分类

全部博文(436)

文章存档

2015年(1)

2014年(2)

2013年(6)

2011年(39)

2010年(176)

2009年(30)

2008年(28)

2007年(54)

2006年(91)

2005年(9)

分类: 项目管理

2010-10-22 18:28:07

Algorithms and Data Structures: The Basic Toolbox:
算法与数据结构:基本工具包
下载地址:
 
简介:
这本书是对学生和专业人员简明的介绍熟悉编程和基本的数学语言。 个别章节涉及数组和链表,哈希表和关联数组,排序和选择,优先队列,排序的序列,图表示,图遍历,最短路径,最小生成树和优化。 提出的算法是一个现代的方式,明确制定与不变,并发表意见,如算法工程,内存层次结构,算法和认证算法库的最新趋势。.笔者用图片,文字和高层次的伪解释算法,然后再对他们提出更详细的使用效率实现类似C++和Java实时编程语言。
 

Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retrieval of data, frequently used algorithms, and basic techniques for modeling, understanding and solving algorithmic problems.

This book is a concise introduction addressed to students and professionals familiar with programming and basic mathematical language. Individual chapters cover arrays and linked lists, hash tables and associative arrays, sorting and selection, priority queues, sorted sequences, graph representation, graph traversal, shortest paths, minimum spanning trees, and optimization. The algorithms are presented in a modern way, with explicitly formulated invariants, and comment on recent trends such as algorithm engineering, memory hierarchies, algorithm libraries and certifying algorithms. The authors use pictures, words and high-level pseudocode to explain the algorithms, and then they present more detail on efficient implementations using real programming languages like C++ and Java.

The authors have extensive experience teaching these subjects to undergraduates and graduates, and they offer a clear presentation, with examples, pictures, informal explanations, exercises, and some linkage to the real world. Most chapters have the same basic structure: a motivation for the problem, comments on the most important applications, and then simple solutions presented as informally as possible and as formally as necessary. For the more advanced issues, this approach leads to a more mathematical treatment, including some theorems and proofs. Finally, each chapter concludes with a section on further findings, providing views on the state of research, generalizations and advanced solutions.

阅读(909) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~