- 5 Ergebnisse
Kleinster Preis: € 36,01, größter Preis: € 64,19, Mittelwert: € 53,35
1
Algorithms and Data Structures - Mehlhorn, Kurt;Sanders, Peter
Bestellen
bei booklooker.de
€ 48,99
Versand: € 0,001
Bestellengesponserter Link
Mehlhorn, Kurt;Sanders, Peter:

Algorithms and Data Structures - gebunden oder broschiert

2008, ISBN: 9783540779773

[ED: Hardcover], [PU: Springer / Springer Berlin Heidelberg / Springer, Berlin], Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and act… Mehr…

Versandkosten:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) buecher.de GmbH & Co. KG
2
Algorithms and Data Structures: The Basic Toolbox - Mehlhorn, Kurt, Sanders, Peter
Bestellen
bei amazon.de
€ 36,01
Versand: € 3,001
Bestellengesponserter Link

Mehlhorn, Kurt, Sanders, Peter:

Algorithms and Data Structures: The Basic Toolbox - gebunden oder broschiert

2008, ISBN: 9783540779773

Springer, Gebundene Ausgabe, Auflage: 2008, 312 Seiten, Publiziert: 2008-06-23T00:00:01Z, Produktgruppe: Buch, Hersteller-Nr.: 3 black & white tables, biography, 3.02 kg, Verkaufsrang: 22… Mehr…

IN - IndienVersandkosten:Gewöhnlich versandfertig in 4 bis 5 Tagen. Die angegebenen Versandkosten können von den tatsächlichen Kosten abweichen. (EUR 3.00) Prestivo2
3
Algorithms and Data Structures - Kurt Mehlhorn, Peter Sanders
Bestellen
bei Weltbild.de
€ 64,19
Versand: € 0,001
Bestellengesponserter Link
Kurt Mehlhorn, Peter Sanders:
Algorithms and Data Structures - neues Buch

2008

ISBN: 3540779779

This concise introduction is ideal for readers familiar with programming and basic mathematical language. It uses pictures, words and high-level pseudocode to explain algorithms and prese… Mehr…

Nr. 13019583. Versandkosten:, 2-5 Werktage, DE. (EUR 0.00)
4
Bestellen
bei alibris.co.uk
€ 61,07
Bestellengesponserter Link
Kurt Mehlhorn:
Algorithms and Data Structures the Basic Toolbox - gebunden oder broschiert

2006, ISBN: 9783540779773

Hardcover, PLEASE NOTE, WE DO NOT SHIP TO DENMARK. New Book from multilingual publisher. Shipped from UK within 4 to 14 days. Please check language within the description., [PU: Springer]

Versandkosten:zzgl. Versandkosten Fairford, GLOS, Paperbackshop International
5
Algorithms and Data Structures - Mehlhorn, Kurt/ Sanders, Peter
Bestellen
bei AbeBooks.de
€ 56,51
Versand: € 14,391
Bestellengesponserter Link
Mehlhorn, Kurt/ Sanders, Peter:
Algorithms and Data Structures - gebunden oder broschiert

2008, ISBN: 3540779779

[EAN: 9783540779773], Neubuch, [PU: Springer 2008-06-23], Books

NEW BOOK. Versandkosten: EUR 14.39 Chiron Media, Wallingford, United Kingdom [55661942] [Rating: 5 (von 5)]

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
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 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.

Detailangaben zum Buch - Algorithms and Data Structures: The Basic Toolbox


EAN (ISBN-13): 9783540779773
ISBN (ISBN-10): 3540779779
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 2008
Herausgeber: Springer
300 Seiten
Gewicht: 0,667 kg
Sprache: eng/Englisch

Buch in der Datenbank seit 2008-03-23T15:05:09+01:00 (Berlin)
Detailseite zuletzt geändert am 2024-04-21T16:33:04+02:00 (Berlin)
ISBN/EAN: 9783540779773

ISBN - alternative Schreibweisen:
3-540-77977-9, 978-3-540-77977-3
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: kurt mehlhorn, sander, pete sanders, peter sanders
Titel des Buches: toolbox, algorithms and data structures, the structure and, algorithm and data structures, basic


Daten vom Verlag:

Autor/in: Kurt Mehlhorn
Titel: Algorithms and Data Structures - The Basic Toolbox
Verlag: Springer; Springer Berlin
300 Seiten
Erscheinungsjahr: 2008-06-23
Berlin; Heidelberg; DE
Sprache: Englisch
65,99 € (DE)

BB; Hardcover, Softcover / Informatik, EDV/Informatik; Computerprogrammierung und Softwareentwicklung; Verstehen; Informatik; Algorithms; C++; Java; algorithm; ants; data structure; data structures; hash table; modeling; optimization; programming; programming language; algorithm analysis and problem complexity; Programming Techniques; Algorithms; Data Science; Artificial Intelligence; Algorithmen und Datenstrukturen; Datenbanken; Künstliche Intelligenz; BC

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.

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
1230000919906 Data Structures and Algorithms (Knowledge flow)


< zum Archiv...