

Algorithms and Data Structures - Mehlhorn, Kurt
- Format: Relié
- 300 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre27,19 €
Occasion · Bon État
- Livraison GRATUITE
- Livré entre le 24 et le 28 juillet
- Protection acheteurs :
- 0,00 €
Nos autres offres
-
24,89 €
Produit Neuf
-
0,00 €
0,01 € dès 30,00 € chez ce vendeur - Livré entre le 4 et le 7 août
-
0,00 €
-
27,19 €
Occasion · Bon État
- Livraison GRATUITE
- Livré entre le 24 et le 28 juillet
- Protection acheteurs :
- 0,00 €
Livré gratuitement chez vous en 2 semaines. L'article présente des traces d'utilisation, mais est en bon état. 2 millions de ventes réalisées en 5 ans, merci de votre confiance ! Découvrez les avis (https://fr.shopping.rakuten.com/feedback/momox) de ... Voir plus -
70,05 €
Produit Neuf
Ou 17,51 € /mois
- Livraison : 3,99 €
- Livré entre le 29 et le 31 juillet
-
61,19 €
Occasion · Très Bon État
Ou 15,30 € /mois
- Livraison : 25,00 €
- Livré entre le 9 et le 14 août
- Protection acheteurs :
- 0,00 €
-
78,43 €
Occasion · Comme Neuf
Ou 19,61 € /mois
- Livraison : 25,00 €
- Protection acheteurs :
- 0,00 €
Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Algorithms And Data Structures Format Relié - Livre Informatique
0 avis sur Algorithms And Data Structures Format Relié - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
A Guide To The Project Management Body Of Knowledge (Pmbok® Guide) ? Seventh Edition And The Standard For Project Management (English)
Neuf dès 23,40 €
-
Biographies In The History Of Physics
Neuf dès 36,33 €
Occasion dès 235,31 €
-
Rhinoplasty
Neuf dès 36,33 €
Occasion dès 459,99 €
-
Understanding Understanding
Neuf dès 36,33 €
Occasion dès 278,99 €
-
Finite Markov Chains
Neuf dès 24,89 €
Occasion dès 79,99 €
-
I Have No Mouth & I Must Scream: Stories
Neuf dès 15,10 €
-
The Hair Fibre: Proteins, Structure And Development
Neuf dès 24,89 €
-
Statistical Physics Of Spin Glasses And Information Processing
Neuf dès 24,89 €
-
Quantitative Value
Neuf dès 24,89 €
-
Bayesian Methods In Health Economics
Neuf dès 24,89 €
Occasion dès 106,99 €
-
Adversarial Tradecraft In Cybersecurity
Neuf dès 24,02 €
Occasion dès 55,99 €
-
Modern Bayesian Statistics In Clinical Research
Neuf dès 20,82 €
-
Fundamentals Of Ethnic Hair
Neuf dès 20,82 €
-
Clean Code: A Handbook Of Agile Software Craftsmanship
Neuf dès 25,57 €
-
$100m Offers Summary And Workbook: How To Make Offers So Good People Feel Stupid Saying No
Occasion dès 14,30 €
-
Complete Japanese Joinery : A Handbook Of Japanese Tool Use And Woodworking For Joiners And Carpenters
Neuf dès 31,51 €
Occasion dès 316,99 €
-
Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, And Maintainable Systems
Neuf dès 24,60 €
-
Yoga Over 50
Neuf dès 20,09 €
-
Cicely Saunders
Neuf dès 36,33 €
Occasion dès 251,99 €
-
Statistical Thermodynamics
Neuf dès 20,82 €
Produits similaires
Présentation Algorithms And Data Structures Format Relié
- Livre InformatiqueAuteur(s) : Mehlhorn, Kurt - Sanders, PeterEditeur : Springer-Verlag GmbhLangue : AnglaisParution : 01/06/2008Format : Moyen, de 350g à 1kgNombre de pages : 300Expédition : 639Dimensions :...
Résumé :
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....
Biographie: Prof. Kurt Mehlhorn was appointed a Fellow of the ACM (1999) for important contributions in complexity theory and in the design, analysis, and practice of combinatorial and geometric algorithms. A Professor of Computer Science at Saarland University since 1975, and a director of the Max-Planck-Institut f?r Informatik in Saarbr?cken, he has coauthored over 250 refereed papers/articles, in collaboration with 200 researchers. Other awards include the Leibniz Award of the German Research Foundation in 1986 and the Konrad Zuse Medal of the German Society for Informatics in 1995. Prof. Peter Sanders is a Professor of Computer Science at the University of Karlsruhe. A leading researcher in the area of theoretical and experimental algorithm analysis, in particular related to efficient algorithms for parallel processing and communication in networks, his responsibilities include organizing the European Symposium on Algorithms in Karlsruhe in 2008. The authors have considerable experience teaching on the topic of algorithms and working on related industrial projects.
Sommaire:
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.
Critique:
From the reviews: This is another mainstream textbook on algorithms and data structures, mainly intended for undergraduate students and professionals ... . The two-layer index table is also detailed and helpful. I do enjoy reading the informative sections of historical notes and further findings at the end of each chapter. ... This book is very well written, with the help of ... clear figures and tables, as well as many interesting and inspiring examples. (Zhizhang Shen, Zentralblatt MATH, Vol. 1146, 2008) ... the book develops the basic fundamental principles underlying their design and analysis without sacrificing depth or rigor. The authors' insight, knowledge and active research on algorithms and data structures provide a very solid approach to the book. I particularly liked their as informally as possible and as formally as necessary writing style, and I enjoyed a lot their decision to not only discuss classical results, but to broaden the view to alternative implementations, memory hierarchies and libraries, which transmits novelty and increases interest... I think that this book will be a superb addition particularly useful for teachers of undergraduate courses, to graduate students in Computer Science, and to researchers that work, or intend to work, with algorithms. (J
ordi Petit, Computer Science Review 3, 2009) ?Mehlhorn and Sanders write well, and the well-organized presentation reflects their experience and interest in the various topics... it is an excellent reference, and could possibly be used in a transition course, serving students coming to graduate CS courses from other technical fields. (M.G. Murphy, ACM Computing Reviews, October 2008) This text is intended for undergraduate computer science (CS) majors, and focuses on algorithm analysis. ... it is an excellent reference, and could possibly be used in a transition course, serving students coming to graduate CS courses from other technical fields. Finally, the book contains interesting tidbits that are not readily available elsewhere. (M. G. Murphy, ACM Computing Reviews, October, 2008) The book has 12 chapters, along with an Appendix listing mathematical symbols, concepts, and useful formulae. ... A 'Toolbox' should be portable, practical, and useful. This book is all these, covering a nice swath of the classic CS algorithms but addressing them in a way that is accessible to the student and practitioner. ... recommend this book as an intermediate undergraduate text, a refresher for those of us who only dimly remember our intermediate undergraduate courses, and as a reference for the professional development craftsman. (Hal C. Elrod, The Book Review Column, 2011)
Détails de conformité du produit
Personne responsable dans l'UE