Biblio Math&Info
Détail de l'auteur
Auteur Thomas H. Cormen |
Documents disponibles écrits par cet auteur
Affiner la recherche Interroger des sources externes
Algorithmique / Thomas H. Cormen
Titre : Algorithmique : cours avec 957 exercices et 158 problèmes Type de document : texte imprimé Auteurs : Thomas H. Cormen, Auteur ; Charles E. Leiserson, Auteur Mention d'édition : 3e éd. [avec compléments en ligne] Editeur : Paris : Dunod Année de publication : impr. 2010 Collection : Sciences sup ISBN/ISSN/EAN : 978-2-10-054526-1 Langues : Français (fre) Langues originales : Anglais (eng) Catégories : Informatique
Informatique:programmes
Informatique:programmes:ProgrammationMots-clés : Algorithmes Problèmes et exercices Index. décimale : 005.1 Programmation
Résumé : Ce livre de cours traduit de l'américain, sans équivalent et d'accès facile, est une introduction complète à l'algorithmique et s'adresse aussi bien aux étudiants qu'aux professionnels en informatique. L'éventail des algorithmes étudiés va des plus classiques (tris, hachage...) aux plus récents (algorithmes parallèles...) permettant ainsi de passer progressivement des notions élémentaires aux thèmes les plus pointus. Les algorithmes sont présentés dans un pseudo-code proche des langages Pascal, C et Fortan, ce qui les rend très faciles à comprendre et à implémenter. Ils sont complétés par des preuves mathématiques et illustés par de nombreux exemples. Au total, plus de 920 exercices et 140 problèmes sont proposés. Cette 3ème édition, révisée et mise à jour, comporte deux nouveaux chapitres, l'un sur les arbres de Van Emde Boas et l'autre sur les algorithmes multithreads. Plusieurs nouveaux énoncés d'exercices et de problèmes ont été ajoutés à cette nouvelle édition. Algorithmique : cours avec 957 exercices et 158 problèmes [texte imprimé] / Thomas H. Cormen, Auteur ; Charles E. Leiserson, Auteur . - 3e éd. [avec compléments en ligne] . - Paris : Dunod, impr. 2010. - (Sciences sup) .
ISBN : 978-2-10-054526-1
Langues : Français (fre) Langues originales : Anglais (eng)
Catégories : Informatique
Informatique:programmes
Informatique:programmes:ProgrammationMots-clés : Algorithmes Problèmes et exercices Index. décimale : 005.1 Programmation
Résumé : Ce livre de cours traduit de l'américain, sans équivalent et d'accès facile, est une introduction complète à l'algorithmique et s'adresse aussi bien aux étudiants qu'aux professionnels en informatique. L'éventail des algorithmes étudiés va des plus classiques (tris, hachage...) aux plus récents (algorithmes parallèles...) permettant ainsi de passer progressivement des notions élémentaires aux thèmes les plus pointus. Les algorithmes sont présentés dans un pseudo-code proche des langages Pascal, C et Fortan, ce qui les rend très faciles à comprendre et à implémenter. Ils sont complétés par des preuves mathématiques et illustés par de nombreux exemples. Au total, plus de 920 exercices et 140 problèmes sont proposés. Cette 3ème édition, révisée et mise à jour, comporte deux nouveaux chapitres, l'un sur les arbres de Van Emde Boas et l'autre sur les algorithmes multithreads. Plusieurs nouveaux énoncés d'exercices et de problèmes ont été ajoutés à cette nouvelle édition. Exemplaires (7)
Code-barres Cote Support Localisation Section Disponibilité 9782100545261MIT001 005.1/087 Livre Maths&Informatique Fonds informatique Disponible 9782100545261MIT002 005.1/087 Livre Maths&Informatique Fonds informatique Disponible 9782100545261MIT003 005.1/087 Livre Maths&Informatique Fonds informatique Disponible 9782100545261MIT004 005.1/087 Livre Maths&Informatique Fonds informatique Disponible 9782100545261MIT005 005.1/087 Livre Maths&Informatique Fonds informatique Disponible 9782100545261MIT006 005.1/087 Livre Maths&Informatique Fonds informatique Disponible 9782100545261MIT007 005.1/087 Livre Maths&Informatique Fonds informatique Disponible Introduction to algorithms / Thomas H. Cormen
Titre : Introduction to algorithms Type de document : texte imprimé Auteurs : Thomas H. Cormen, Auteur ; Charles E. Leiserson, Auteur Mention d'édition : 2e éd Editeur : Cambridge (Mass.) : The MIT Press Année de publication : cop. 2001 Autre Editeur : Boston : McGraw-Hill Book Company ISBN/ISSN/EAN : 978-0-262-53196-2 Note générale : N figurant sur la couverture est 0-262-53196-8 qui correspond à Amazon Standard Identification Number (ASIN) Langues : Anglais (eng) Catégories : Informatique
Informatique:programmes
Informatique:programmes:ProgrammationMots-clés : Algorithmes Informatique Computer algorithms Ordinateurs Programmation Computer programming Index. décimale : 005.1 Programmation
Résumé : There are books on algorithms that are rigorous but incomplete and others that cover masses of material but lack rigor. Introduction to Algorithms combines rigor and comprehensiveness.
The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.
The first edition became the standard reference for professionals and a widely used text in universities worldwide. The second edition features new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming, as well as extensive revisions to virtually every section of the book. In a subtle but important change, loop invariants are introduced early and used throughout the text to prove algorithm correctness. Without changing the mathematical and analytic focus, the authors have moved much of the mathematical foundations material from Part I to an appendix and have included additional motivational material at the beginning.Introduction to algorithms [texte imprimé] / Thomas H. Cormen, Auteur ; Charles E. Leiserson, Auteur . - 2e éd . - Cambridge (Mass.) : The MIT Press : Boston : McGraw-Hill Book Company, cop. 2001.
ISBN : 978-0-262-53196-2
N figurant sur la couverture est 0-262-53196-8 qui correspond à Amazon Standard Identification Number (ASIN)
Langues : Anglais (eng)
Catégories : Informatique
Informatique:programmes
Informatique:programmes:ProgrammationMots-clés : Algorithmes Informatique Computer algorithms Ordinateurs Programmation Computer programming Index. décimale : 005.1 Programmation
Résumé : There are books on algorithms that are rigorous but incomplete and others that cover masses of material but lack rigor. Introduction to Algorithms combines rigor and comprehensiveness.
The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.
The first edition became the standard reference for professionals and a widely used text in universities worldwide. The second edition features new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming, as well as extensive revisions to virtually every section of the book. In a subtle but important change, loop invariants are introduced early and used throughout the text to prove algorithm correctness. Without changing the mathematical and analytic focus, the authors have moved much of the mathematical foundations material from Part I to an appendix and have included additional motivational material at the beginning.Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité 9780262531962MIT001 005.1/022 Livre Maths&Informatique Fonds informatique Disponible