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...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berlin, Heidelberg :
Springer Berlin Heidelberg : Imprint: Springer,
2008.
|
Edición: | 1st ed. 2008. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- 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.