Cargando…

String algorithms in C : efficient text representation and search /

Implement practical data structures and algorithms for text search and discover how it is used inside other larger applications. This unique in-depth guide explains string algorithms using the C programming language. String Algorithms in C teaches you the following algorithms and how to use them: cl...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mailund, Thomas (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [California] : Apress, [2020]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction
  • 2. Classical Algorithms for Exact Search
  • 3. Suffix Trees
  • 4. Suffix Arrays
  • 5. Approximate Search
  • 6. Conclusions
  • Appendix A: Vectors
  • Appendix B: Lists
  • Appendix C: Queues.