Logo

Text Algorithms by M. Crochemore, W. Rytter

Small book cover: Text Algorithms

Text Algorithms
by

Publisher: Oxford University Press
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.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Algorithms Notes for ProfessionalsAlgorithms 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.
(7295 views)
Book cover: Clever Algorithms: Nature-Inspired Programming RecipesClever Algorithms: Nature-Inspired Programming Recipes
by - 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.
(18397 views)
Book cover: Art of Programming ContestArt of Programming Contest
by - Gyankosh Prokashoni
Textbook for an algorithm course focusing on programming as well as a programming course focusing on algorithms. The book is specially designed to train students to participate in competitions - the ACM International Collegiate Programming Contest.
(23687 views)
Book cover: Algorithm ImplementationAlgorithm Implementation
- Wikibooks
This book shows how common algorithms are written in various programming languages, providing code implementations and explanation. Topics: Checksums; Date and time; Graphs; Hashing; Optimization; Search; Simulation; Sorting; String searching; etc.
(17596 views)