無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
Mastering Algorithms with Perl ペーパーバック – イラスト付き, 1999/9/21
この商品には新版があります:
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 fittingUsing 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
- 本の長さ706ページ
- 言語英語
- 出版社O'Reilly Media
- 発売日1999/9/21
- 寸法17.78 x 3.28 x 23.34 cm
- ISBN-101565923987
- ISBN-13978-1565923980
商品の説明
レビュー
著者について
Jarkko Hietaniemi is the creator and Master Librarian of CPAN: Comprehensive Perl Archive Network. He has also been known to frequent Perl developer forums. Luckily enough, getting his MSc in CS in the field of parallel computing didn't interfere overly much with his Perl and UNIX hacking. During those savored moments of off-line time, he fancies gobbling up speculative fiction and popular science. His real life employer is Nokia Research Center.
John Macdonald has been using Perl commercially since 1988 for a suite of Unix system administration tools. His background with Unix dates back to the days when Unix was written in PDP-11 assembler and later includes representing the University of Waterloo at the first UNIX Users Meeting at City University of New York in the mid-1970s while finishing his M. Math degree. (In those days before the creation of Usenix, the people at the meeting would sit together around a single table.) In addition, his background includes work on compilers, kernel internals, device drivers and the like. He has also been observed partaking in recreational computing activities.
Jon Orwant, a well-known member of the Perl community, founded The Perl Journal and co-authored OReillys bestseller, Programming Perl, 3rd Edition.
登録情報
- 出版社 : O'Reilly Media; Illustrated版 (1999/9/21)
- 発売日 : 1999/9/21
- 言語 : 英語
- ペーパーバック : 706ページ
- ISBN-10 : 1565923987
- ISBN-13 : 978-1565923980
- 寸法 : 17.78 x 3.28 x 23.34 cm
- カスタマーレビュー:
著者について
著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。
著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。
カスタマーレビュー
他の国からのトップレビュー
-
Heinrich Hopfmüller2018年4月6日にドイツでレビュー済み
5つ星のうち5.0 Auch wenn Perl von Python überholt wird...
Amazonで購入... kann man mit Perl noch allerhand anfangen.
Speziell für Opas, die sich mit großen Zahlen und so beschäftigen, ist Perl eine gute Wahl.
Wenn eine LeserIn die ersten tausend Ziffern der Leviathanzahl (zehn hoch hundert Fakultät):
Bitte mir schicken!
-
C. Garrett Goebel2003年1月20日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Kansas City Perl Mongers: Book Review
Amazonで購入Mastering Algorithms with Perl is an intermediate to advanced text describing traditional algorithms and data structures through Perl. It assumes a basic understanding of Perl. And while the average reader will be able to progress through the better part of the book with no background in computer science, the last third of the book requires at least a passing familiarity with Calculus, advanced mathematical notation, and covers topics from the vantage those already initiated to Probability, Statistics, Cryptology, and Number Theory.
That said, the book has something for everyone. Beginner and Intermediate level Perl programmers will find the book's materials information dense but approachable. Advanced programmers will find a well written refresher illustrating familiar concepts in Perl. Given the breadth of the book and the language specific insights, even experience Perl programmers should expect to learn a thing or two.
Topics covered include: linked lists, circular linked lists, garbage collection, doubly-linked lists, infinite lists, binary trees, heaps, binary heaps, janus heaps, sorting, searching, sets, matrices, graphs, strings, geometric algorithms, number systems, number theory, cryptography, probability, statistics, and numerical analysis.
I've found that while the book is somewhat daunting, it goes down best a little bit at a time: read a chapter, then work through the examples. The first time I attempted to read the book I got about a third of the way through before stopping, scanning the rest, and putting it back on the shelf. A couple months later as I was working on a problem involving graphs and trees, the book came back down. And as interesting and complicated problems present themselves, I often find myself reaching for it.
It covers an awful lot in 701 tightly packed pages. Have you ever wondered how regular expressions work? Hashes? Insights into their internal workings are in there. It is an excellent reference and fills a much needed gap. No other Perl book comes close to the breadth and depth coverage of these materials. That said, early printings of the first edition had a tremendous number of errors and typos. If you buy it used, I would highly recommend visiting the O'Reilly site to read the errata. ...
-
resonator32015年12月19日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 monzy is cool, and this book will end the crumby state ...
Amazonで購入Orwant. Monte Hall. Leonard Euler. Radix Sort. The Travelling Salesman Problem. B-Trees, Red-Black Trees, Bushier Trees. you might actually have to think! No, in fact you definitely will:
"you wrap in exponential time, and I'm Big O of log n"
If you don't understand that statement, well, monzy is cool, and this book will end the crumby state of affairs forever.
Once you read this, you can't go back.. you'll understand Algorithms sort of.. so be warned
-
John M. Ford2012年5月16日にアメリカ合衆国でレビュー済み
5つ星のうち4.0 Perl How and Why
Amazonで購入It's another one of those useful blue O'Reilly books with an animal on the front. A wolf, in this case. This one starts with basic data structures in Perl and then presents reusable algorithms of increasing complexity. The authors intend it for two types of readers: "...those who want to cut and paste solutions and those who want to hone their programming skills." Attempting to serve both audiences, the authors attempt to be both practical and theoretical.
The book begins with basic and advanced data structures. The next series of chapters each address basic programming tasks such as sorting, searching, and working with sets, matrices, graphs, and strings. The final set of chapters is organized by topic area, covering geometric algorithms, number systems, number theory, cryptography, probability, statistics, and numerical analysis. A concluding appendix suggests additional readings.
The format and quality are familiar to readers of other O'Reilly books. It is a good, readable exploration of algorithms implemented in Perl. You will need to get the latest version of Perl on your own. No problems with that, either.
-
Kuldeep2010年11月22日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Great book for all Computer Scientists
Amazonで購入Great book with detailed description of algorithms beautifully explained in Perl, which we have learned either in C or C++ or higher Mathematics. I wished I had this book 12 years ago while I was doing my undergrad. This book will definitely imbibe great ideas to your Perl programming skills and will make you more efficient.