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 und
Mastering Algorithms with Perl
β Scribed by Hietaniemi, Jarkko; Orwant, Jon; Macdonald, John
- Publisher
- O'Reilly
- Year
- 1999
- Tongue
- English
- Leaves
- 739
- Edition
- 1st ed
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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
π SIMILAR VOLUMES
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
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
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 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