0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (1)
  • R1,000 - R2,500 (5)
  • R2,500 - R5,000 (2)
  • -
Status
Brand

Showing 1 - 8 of 8 matches in All Departments

String Processing and Information Retrieval - 28th International Symposium, SPIRE 2021, Lille, France, October 4-6, 2021,... String Processing and Information Retrieval - 28th International Symposium, SPIRE 2021, Lille, France, October 4-6, 2021, Proceedings (Paperback, 1st ed. 2021)
Thierry Lecroq, Helene Touzet
R1,821 Discovery Miles 18 210 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 27th International Symposium on String Processing and Information Retrieval, SPIRE 2021, held in Lille, France, in October 2021.*The 14 full papers and 4 short papers presented together with 2 invited papers in this volume were carefully reviewed and selected from 30 submissions. They cover topics such as: data structures; algorithms; information retrieval; compression; combinatorics on words; and computational biology. *The symposium was held virtually.

125 Problems in Text Algorithms - with Solutions (Paperback): Maxime Crochemore, Thierry Lecroq, Wojciech Rytter 125 Problems in Text Algorithms - with Solutions (Paperback)
Maxime Crochemore, Thierry Lecroq, Wojciech Rytter
R1,199 R1,131 Discovery Miles 11 310 Save R68 (6%) Ships in 12 - 17 working days

String matching is one of the oldest algorithmic techniques, yet still one of the most pervasive in computer science. The past 20 years have seen technological leaps in applications as diverse as information retrieval and compression. This copiously illustrated collection of puzzles and exercises in key areas of text algorithms and combinatorics on words offers graduate students and researchers a pleasant and direct way to learn and practice with advanced concepts. The problems are drawn from a large range of scientific publications, both classic and new. Building up from the basics, the book goes on to showcase problems in combinatorics on words (including Fibonacci or Thue-Morse words), pattern matching (including Knuth-Morris-Pratt and Boyer-Moore like algorithms), efficient text data structures (including suffix trees and suffix arrays), regularities in words (including periods and runs) and text compression (including Huffman, Lempel-Ziv and Burrows-Wheeler based methods).

Algorithms on Strings (Paperback): Maxime Crochemore, Christophe Hancart, Thierry Lecroq Algorithms on Strings (Paperback)
Maxime Crochemore, Christophe Hancart, Thierry Lecroq
R1,255 Discovery Miles 12 550 Ships in 12 - 17 working days

The book is intended for lectures on string processes and pattern matching in Master's courses of computer science and software engineering curricula. The details of algorithms are given with correctness proofs and complexity analysis, which make them ready to implement. Algorithms are described in a C-like language. The book is also a reference for students in computational linguistics or computational biology. It presents examples of questions related to the automatic processing of natural language, to the analysis of molecular sequences, and to the management of textual databases.

Combinatorial Algorithms - 24th International Workshop, IWOCA 2013, Rouen, France, July 10-12, 2013. Revised Selected Papers... Combinatorial Algorithms - 24th International Workshop, IWOCA 2013, Rouen, France, July 10-12, 2013. Revised Selected Papers (Paperback, 2013)
Thierry Lecroq, Laurent Mouchard
R2,841 Discovery Miles 28 410 Ships in 10 - 15 working days

This book constitutes the thoroughly refereed post-workshop proceedings of the 24th International Workshop on Combinatorial Algorithms, IWOCA 2013, held in Rouen, France, in July 2013. The 33 revised full papers presented together with 10 short papers and 5 invited talks were carefully reviewed and selected from a total of 91 submissions. The papers are organized in topical sections on algorithms on graphs; algorithms on strings; discrete geometry and satisfiability.

Algorithms on Strings (Hardcover): Maxime Crochemore, Christophe Hancart, Thierry Lecroq Algorithms on Strings (Hardcover)
Maxime Crochemore, Christophe Hancart, Thierry Lecroq
R3,499 Discovery Miles 34 990 Ships in 12 - 17 working days

The book is intended for lectures on string processes and pattern matching in Master's courses of computer science and software engineering curricula. The details of algorithms are given with correctness proofs and complexity analysis, which make them ready to implement. Algorithms are described in a C-like language. The book is also a reference for students in computational linguistics or computational biology. It presents examples of questions related to the automatic processing of natural language, to the analysis of molecular sequences, and to the management of textual databases.

Combinatorics on Words - 13th International Conference, WORDS 2021, Rouen, France, September 13-17, 2021, Proceedings... Combinatorics on Words - 13th International Conference, WORDS 2021, Rouen, France, September 13-17, 2021, Proceedings (Paperback, 1st ed. 2021)
Thierry Lecroq, Svetlana Puzynina
R1,805 Discovery Miles 18 050 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 13th International Conference on Combinatorics on Words, WORDS 2021, held virtually in September 2021. The 14 revised full papers presented in this book together with 2 invited talks were carefully reviewed and selected from 18 submissions. WORDS is the main conference series devoted to the mathematical theory of words. In particular, the combinatorial, algebraic and algorithmic aspects of words are emphasized. Motivations may also come from other domains such as theoretical computer science, bioinformatics, digital geometry, symbolic dynamics, numeration systems, text processing, number theory, etc.

125 Problems in Text Algorithms - with Solutions (Hardcover): Maxime Crochemore, Thierry Lecroq, Wojciech Rytter 125 Problems in Text Algorithms - with Solutions (Hardcover)
Maxime Crochemore, Thierry Lecroq, Wojciech Rytter
R2,279 Discovery Miles 22 790 Ships in 12 - 17 working days

String matching is one of the oldest algorithmic techniques, yet still one of the most pervasive in computer science. The past 20 years have seen technological leaps in applications as diverse as information retrieval and compression. This copiously illustrated collection of puzzles and exercises in key areas of text algorithms and combinatorics on words offers graduate students and researchers a pleasant and direct way to learn and practice with advanced concepts. The problems are drawn from a large range of scientific publications, both classic and new. Building up from the basics, the book goes on to showcase problems in combinatorics on words (including Fibonacci or Thue-Morse words), pattern matching (including Knuth-Morris-Pratt and Boyer-Moore like algorithms), efficient text data structures (including suffix trees and suffix arrays), regularities in words (including periods and runs) and text compression (including Huffman, Lempel-Ziv and Burrows-Wheeler based methods).

Handbook of Exact String Matching Algorithms (Paperback): Christian Charras, Thierry Lecroq Handbook of Exact String Matching Algorithms (Paperback)
Christian Charras, Thierry Lecroq
R921 Discovery Miles 9 210 Ships in 10 - 15 working days

String matching is a very important subject in the wider domain of text processing. It consists of finding one, or more generally, all the occurrences of a string (more generally called a pattern) in a text. The Handbook of Exact String Matching Algorithms presents 38 methods for solving this problem. For each, it gives the main features, a description, its C code, an example and references.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
One Good Thing
Alexandra Potter Paperback R365 R285 Discovery Miles 2 850
Tell Tale
Jeffrey Archer Paperback  (3)
R477 R326 Discovery Miles 3 260
The Life Impossible
Matt Haig Paperback R380 R265 Discovery Miles 2 650
Small Things
Nthikeng Mohlele Paperback  (1)
R220 R172 Discovery Miles 1 720
Book Lovers
Emily Henry Paperback  (4)
R245 R192 Discovery Miles 1 920
Earth - Elements: Book 2
John Boyne Hardcover R355 R277 Discovery Miles 2 770
A Short Life - A Novel
Nicky Greenwall Paperback R300 R219 Discovery Miles 2 190
The English Patient
Michael Ondaatje Paperback  (1)
R303 R248 Discovery Miles 2 480
A Distant Shore
Karen Kingsbury Hardcover R582 Discovery Miles 5 820
Crossroads
Jonathan Franzen Paperback R456 Discovery Miles 4 560

 

Partners