Algorithms and Data Structures The Basic Toolbox /
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 retriev...
Main Authors: | , |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berlin, Heidelberg :
Springer Berlin Heidelberg,
2008.
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- Appetizer: Integer Arithmetics
- Representing Sequences by 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
- Generic Approaches to Optimization.