Autres vendeurs sur Amazon
+ 2,99 € Livraison
100 % positif au cours des 12 derniers mois

Téléchargez l'application Kindle gratuite et commencez à lire des livres Kindle instantanément sur votre smartphone, tablette ou ordinateur - aucun appareil Kindle n'est requis. En savoir plus
Lisez instantanément sur votre navigateur avec Kindle Cloud Reader.
Utilisation de l'appareil photo de votre téléphone portable - scannez le code ci-dessous et téléchargez l'application Kindle.

En savoir plus
Suivre l'auteur
OK
Real-World Algorithms: A Beginner's Guide Relié – 17 mars 2017
Panos Louridas (Auteur) Trouver tous les livres, en savoir plus sur l'auteur. Voir résultats de recherche pour cet auteur |
Prix Amazon | Neuf à partir de | Occasion à partir de |
- La livraison est GRATUITE sans minimum d'achats (0,01€ pour les livres). Les membres Amazon Prime bénéficient de livraisons gratuites illimitées toute l'année
- Choisissez parmi 20 000 points retrait en France et en Belgique, incluant points relais et consignes automatiques Amazon Lockers
- Trouvez votre point retrait et ajoutez-le à votre carnet d’adresses
- Sélectionnez cette adresse lors de votre commande
Améliorez vos achats
Algorithms are what we do in order not to have to do something. Algorithms consist of instructions to carry out tasks—usually dull, repetitive ones. Starting from simple building blocks, computer algorithms enable machines to recognize and produce speech, translate texts, categorize and summarize documents, describe images, and predict the weather. A task that would take hours can be completed in virtually no time by using a few lines of code in a modern scripting program. This book offers an introduction to algorithms through the real-world problems they solve. The algorithms are presented in pseudocode and can readily be implemented in a computer language.
The book presents algorithms simply and accessibly, without overwhelming readers or insulting their intelligence. Readers should be comfortable with mathematical fundamentals and have a basic understanding of how computers work; all other necessary concepts are explained in the text. After presenting background in pseudocode conventions, basic terminology, and data structures, chapters cover compression, cryptography, graphs, searching and sorting, hashing, classification, strings, and chance. Each chapter describes real problems and then presents algorithms to solve them. Examples illustrate the wide range of applications, including shortest paths as a solution to paragraph line breaks, strongest paths in elections systems, hashes for song recognition, voting power Monte Carlo methods, and entropy for machine learning. Real-World Algorithms can be used by students in disciplines from economics to applied sciences. Computer science majors can read it before using a more technical text.
- Nombre de pages de l'édition imprimée528 pages
- LangueAnglais
- ÉditeurThe MIT Press
- Date de publication17 mars 2017
- Âge de lectureDès 18 ans
- Dimensions18.57 x 3.23 x 23.65 cm
- ISBN-100262035707
- ISBN-13978-0262035705
Description du produit
Biographie de l'auteur
J'aimerais lire ce livre sur Kindle !
Vous n'avez pas encore de Kindle ? Achetez-le ici ou téléchargez une application de lecture gratuite.
Détails sur le produit
- Éditeur : The MIT Press (17 mars 2017)
- Langue : Anglais
- Relié : 528 pages
- ISBN-10 : 0262035707
- ISBN-13 : 978-0262035705
- Âge de lecture : Dès 18 ans
- Poids de l'article : 998 g
- Dimensions : 18.57 x 3.23 x 23.65 cm
- Classement des meilleures ventes d'Amazon : 1,016 en Cyberculture (Livres)
- 1,582 en Algorithmique de programmation
- 2,393 en Guides de l'Internet
- Commentaires client :
À propos de l'auteur

Découvrir d'autres livres de l'auteur, voir des auteurs similaires, lire des blogs d'auteurs et plus encore
Commentaires client
Les avis clients, y compris le nombre d’étoiles du produit, aident les clients à en savoir plus sur le produit et à décider s'il leur convient.
Pour calculer le nombre global d’étoiles et la ventilation en pourcentage par étoile, nous n'utilisons pas une simple moyenne. Au lieu de cela, notre système prend en compte des éléments tels que la date récente d'un commentaire et si l'auteur de l'avis a acheté l'article sur Amazon. Les avis sont également analysés pour vérifier leur fiabilité.
En savoir plus sur le fonctionnement des avis clients sur AmazonMeilleurs commentaires provenant d’autres pays

So why only 4 stars. The fault lies with the publishers. Despite having English as a second language, the author's prose is engaging, but there are occasional problems with grammar and idiom that make the text harder going than it need be. The MIT Press copy-editor should have picked up on this. More seriously, there are proof-reading errors that affect the accuracy of diagrams and explanations. These could trip up readers, making them doubt their understanding when it is the text that is at fault. Poor proof reading is a fairly serious problem in a computer science textbook.
However, the publisher's carelessness aside, the book remains excellent. I would recommend it to anyone wanting an accessible yet serious introduction to algorithms




The only other deficiency is a lack of exercises to reinforce what you have learned. There are some exercises in some chapters, and these are helpful, but there is just not enough of them. Many chapters have no exercises. But, again, this is small issue. Every algorithm description in this book is detailed and outstanding.