Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Authors: Mehlhorn, Kurt (Author), Sanders, Peter (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:Inglés
Published: Berlin, Heidelberg : Springer Berlin Heidelberg : Imprint: Springer, 2008.
Edition:1st ed. 2008.
Subjects:
Online Access:Texto Completo
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.