𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Mastering Algorithms with Perl

✍ Scribed by John Macdonald, Jon Orwant, Jarkko Hietaniemi


Publisher
O'Reilly Media
Year
1999
Tongue
English
Leaves
706
Edition
1st
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


While there are dozens of books on programming algorithms, never before has there been one that uses Perl. Using the algorithms explained here, you'll be able to carry out traditional programming tasks in a high-powered, efficient, easy-to-maintain manner with Perl. This guide assumes a basic understanding of Perl syntax and functions, but not necessarily any background in computer science. The authors clearly explain 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. Topics range in complexity from sorting and searching to statistical algorithms, numerical analysis, and encryption. If you are an amateur programmer, this book will fill you in on the essential algorithms needed to solve problems just like an expert. If you've learned algorithms in other languages, you will be surprised at how much different (and often easier) it is to implement them in Perl. The authors include the editor of The Perl Journal and the master librarian of CPAN; all are contributors to CPAN and have archived much of the code in this book there.


πŸ“œ SIMILAR VOLUMES


Mastering Algorithms with Perl
✍ Jarkko Hietaniemi, John Macdonald, Jon Orwant πŸ“‚ Library πŸ“… 1999 πŸ› O’Reilly 🌐 English

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

Mastering Algorithms with Perl
✍ John Macdonald, Jon Orwant, Jarkko Hietaniemi πŸ“‚ Library πŸ“… 1999 πŸ› O'Reilly 🌐 English

This part algorithm-textbook, part how-to-manual is loaded with valuable information for programmers. It falls somewhere between advanced Perl concepts and the classic computer science text on algorithms; it provides a detailed practical analysis, not a rigorous exposition of algorithmic theory. For

Mastering Algorithms with Perl
✍ Hietaniemi, Jarkko; Orwant, Jon; Macdonald, John πŸ“‚ Library πŸ“… 1999 πŸ› O'Reilly 🌐 English

<div><p>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:</p><ul><li>Fuzzy pattern matc

Mastering algorithms with Perl ''August
✍ Hietaniemi, Jarkko;Macdonald, John;Orwant, Jon πŸ“‚ Library πŸ“… 1999 πŸ› O'Reilly 🌐 English

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 (identi

Mastering Algorithms with C
✍ Kyle Loudon πŸ“‚ Library πŸ“… 1999 πŸ› O'Reilly Media 🌐 English

Mastering Algorithms with C offers robust solutions for everyday programming tasks. This book avoids the abstract style of most classic data structures and algorithms texts, yet provides all the information you need to understand and use common programming techniques. Intended for anyone with a