
Text Algorithms
by M. Crochemore, W. Rytter
Publisher: Oxford University Press 1994
ISBN/ASIN: 0195086090
ISBN-13: 9780195086096
Number of pages: 412
Description:
This much-needed book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It is intended to serve both as a textbook for courses on algorithm design, especially those related to text processing, and as a reference for computer science professionals.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Matters Computational: Ideas, Algorithms, Source Codeby Joerg Arndt
This is a book for a working programmer or anyone interested in methods of computation. The focus is on material that does not usually appear in textbooks on algorithms. We use the C++ programming language for low-level algorithms.
(19901 views)
Sorting and Searching Algorithms: A Cookbookby Thomas Niemann
Collection of algorithms for sorting and searching, and techniques for implementing dictionaries, with brief and intuitive descriptions. It is assumed that you know C, and that you are familiar with concepts such as arrays and pointers.
(21379 views)
Algorithms Notes for Professionals- Goalkicker.com
Contents: Algorithm Complexity; Big-O Notation; Trees; Binary Search Trees; Graph; Dijkstra's Algorithm; A* Pathfinding; Dynamic Programming; Kruskal's Algorithm; Greedy Algorithms; Catalan Number; Sorting; Searching; Pascal's Triangle; etc.
(9190 views)
Clever Algorithms: Nature-Inspired Programming Recipesby Jason Brownlee - GitHub
This book provides a handbook of algorithmic recipes from the fields of Metaheuristics, Biologically Inspired Computation and Computational Intelligence that have been described in a complete, consistent, and centralized manner.
(20294 views)