If you like definition-theorem-proof-example and exercise books, Gusfield's book is the definitive text for string algorithms. The algorithms are abstracted from their biological applications, and the book would make sense without reading a single page of the biological motivations. Gusfield aims his book at readers who are fluent in basic algorithms and data structures (at the level of Cormen, Leisersohn and Rivest's excellent text). The exercises are wonderfully illustrative, being neither trivial nor impossible.
All of the major exact string algorithms are covered, including Knuth-Morris-Pratt, Boyer-Moore, Aho-Corasick and the focus of the book, suffix trees for the much harder probem of finding all repeated substrings of a given string in linear time. In addition to exact string matching, there are extensive discussions of inexact matching. Even the discussions of widely known topics like dynamic programming for edit distance are insightful; for instance, we find how to easily cut space requirements from quadratic to linear. There is also a short chapter on semi-numerical matching methods, which are also of use in information retrieval applications. Inexact matching is extended to the threshold all-against-all problem, which finds all substrings of a string that match up to a given edit distance threshold. The theoretical development concludes with the much more difficult problem of aligning multiple sequences with ultrametric trees, with applications to phylogenetic alignment for evolutionary trees (an approach that has also been applied to the evolution of natural languages).
Note that there is no discussion of statistical string matching. For that, Durbin, Eddy, Krogh and Mitchison's "Biological Sequence Analysis: Probabilistic Models of Proteins and Nucleic Acides" is a good choice, or for those more interested in language than biology, Manning and Schuetze's "Statistical Natural Language Processing". There is also no information on more structured string matching models such as context-free grammars, as are commonly used to analyze RNA folding or natural language syntax. Luckily, Durbin et al. and Manning and Schuetze also provide excellent coverage of these higher-order models in their books.
This book is not about efficient implementation. If you need to build these algorithms, you'll also need to know how to write efficient code and tune it for your needs. This is an algorithms book, pure and simple.
As a computer scientist, I found the discussions of computational biology to be more enlightening than in other textbooks on similar topics such as Durbin et al., because Gusfield does not assume the reader has any background in cellular biology. Instead, he provides his own clear and gentle introductions illustrated with algorithms, applications, open problems and extensive references. Like most Cambridge University Press books, this one is beautifully typeset and edited.

下载免费的 Kindle 阅读软件,即可立即在智能手机、平板电脑或电脑上阅读 Kindle 电子书 - 无需 Kindle 设备。了解更多信息
使用 Kindle 网页版即时在浏览器上阅读。
使用手机摄像头 - 扫描以下代码并下载 Kindle 阅读软件。

前翻 后翻
Algorithms on Strings, Trees, and Sequences: Computer Science and Computational Biology 精装
英语版本
- 语言英语
- 尺寸17.78 x 3.02 x 25.4 cm
- ISBN-100521585198
- ISBN-13978-0521585194
无需Kindle设备,下载免费Kindle阅读软件,即可在您的手机、电脑及平板电脑上畅享阅读。
无买家评论
5 星 (0%) |
|
0% |
4 星 (0%) |
|
0% |
3 星 (0%) |
|
0% |
2 星 (0%) |
|
0% |
1 星 (0%) |
|
0% |
评分是如何计算的?
在计算总星级评分以及按星级确定的百分比时,我们不使用简单的平均值。相反,我们的系统会考虑评论的最新程度以及评论者是否在亚马逊上购买了该商品。系统还会分析评论,验证评论的可信度。
此商品在美国亚马逊上最有用的商品评论
美国亚马逊:
5.0 颗星,最多 5 颗星
16 条评论

Bob Carpenter
5.0 颗星,最多 5 颗星
Definitive String Algorithms Text
2003年1月5日 -
已在美国亚马逊上发表已确认购买
47 个人发现此评论有用

L. Leonard
5.0 颗星,最多 5 颗星
Great algorithms book mostly on strings
2020年6月2日 -
已在美国亚马逊上发表已确认购买
Great explanations on algorithms, with rigorous enough proofs and reasoning for a complete theoretic understanding.
Although it says algorithms on strings, trees and sequences, the only tree algorithms are the ones that has to do with string, which is the main theme for the book. Meaning, there isn't anything about trees that don't have to do with strings, like binary search trees for example.
Even if you don't do computational biology, if you're learning string algorithms, then I definitely recommend this book.
Although it says algorithms on strings, trees and sequences, the only tree algorithms are the ones that has to do with string, which is the main theme for the book. Meaning, there isn't anything about trees that don't have to do with strings, like binary search trees for example.
Even if you don't do computational biology, if you're learning string algorithms, then I definitely recommend this book.

Santiago Pineda Montoya
5.0 颗星,最多 5 颗星
Excelente condición
2021年11月13日 -
已在美国亚马逊上发表已确认购买


Santiago Pineda Montoya
评论于 2021年11月13日 在美国 🇺🇸 发布
该评价的图片
