Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Mastering Algorithms with Perl: Practical Programming Through Computer Science
Unavailable
Mastering Algorithms with Perl: Practical Programming Through Computer Science
Unavailable
Mastering Algorithms with Perl: Practical Programming Through Computer Science
Ebook733 pages12 hours

Mastering Algorithms with Perl: Practical Programming Through Computer Science

Rating: 3.5 out of 5 stars

3.5/5

()

Currently unavailable

Currently unavailable

About this ebook

Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:

  • Fuzzy pattern matching for text (identify misspellings!)
  • Finding correlations in data
  • Game-playing algorithms
  • Predicting phenomena such as Web traffic
  • Polynomial and spline fitting
Using algorithms explained in this book, you too can carry out traditional programming tasks in a high-powered, efficient, easy-to-maintain manner with Perl.This book assumes a basic understanding of Perl syntax and functions, but not necessarily any background in computer science. The authors explain in a readable fashion the reasons for using various classic programming techniques, the kind of applications that use them, and -- most important -- how to code these algorithms in Perl.If you are an amateur programmer, this book will fill you in on the essential algorithms you need to solve problems like an expert. If you have already learned algorithms in other languages, you will be surprised at how much different (and often easier) it is to implement them in Perl. And yes, the book even has the obligatory fractal display program.There have been dozens of books on programming algorithms, some of them excellent, but never before has there been one that uses Perl.The authors include the editor of The Perl Journal and master librarian of CPAN; all are contributors to CPAN and have archived much of the code in this book there."This book was so exciting I lost sleep reading it." Tom Christiansen
LanguageEnglish
Release dateAug 18, 1999
ISBN9781449307271
Unavailable
Mastering Algorithms with Perl: Practical Programming Through Computer Science

Related to Mastering Algorithms with Perl

Related ebooks

Computers For You

View More

Related articles

Reviews for Mastering Algorithms with Perl

Rating: 3.511627906976744 out of 5 stars
3.5/5

43 ratings1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 4 out of 5 stars
    4/5
    After reading this book, I thought to myself: Why didn’t I have this back in college? Considering it was published prior to that, there was really no excuse, aside from just not realizing it existed. Granted, I would have needed to know Perl at the time, which I didn’t.But, assuming that sygyzy, this book would have been perfect for helping me get through my college algorithms class with no sweat. While the text I used was fine, all the examples were in pseudocode. Since I now speak Perl as a second language, a book full of algorithmic education focused on Perl would have been right up my alley, getting me by with an easy A.It’s a good resource from a non-academic point of view, too! If you program Perl, either at home or at work, and encounter problems that can be solved with some algorithmic goodness (and most problems can be solved this way), then you may find use in this book as well.Be you an academic, a professional, or a hobbyist when it comes to Perl, you’ll find something for you in this book.