Cantitate/Preț
Produs

Techniques for Searching, Parsing, and Matching

Autor Alberto Pettorossi
en Limba Engleză Hardback – 4 ian 2022
In this book the author presents some techniques for exploring trees and graphs. He illustrates the linear search technique and the backtracking technique, and as instances of tree exploration methods he presents various algorithms for parsing subclasses of context-free languages. He also illustrates some tree and graph exploration and manipulation methods by presenting, among others, algorithms for visiting trees, evaluating Boolean expressions, proving propositional formulas, computing paths in graphs, and performing string matching.

This book has been used for advanced undergraduate and graduate courses on automata and formal languages, and assumes some prior exposure to the basic notions in that area. Sample programs are presented in Java and Prolog.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 41437 lei  6-8 săpt.
  Springer International Publishing – 5 ian 2023 41437 lei  6-8 săpt.
Hardback (1) 58924 lei  6-8 săpt.
  Springer International Publishing – 4 ian 2022 58924 lei  6-8 săpt.

Preț: 58924 lei

Preț vechi: 73655 lei
-20% Nou

Puncte Express: 884

Preț estimativ în valută:
11278 11832$ 9356£

Carte tipărită la comandă

Livrare economică 29 ianuarie-12 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783030631888
ISBN-10: 3030631885
Pagini: 310
Ilustrații: VIII, 310 p. 97 illus., 3 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.77 kg
Ediția:1st ed. 2021
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland

Cuprins

Preliminary Definitions on Languages and Grammars.- Exploring Search Spaces.- Chop-and-Expand Parsers for Context-Free Languages.- Parsers for Deterministic Context-Free Languages: LL(k) Parsers.- Parsers for Deterministic Context-Free Languages: LR(k) Parsers.- Parsers for Operator Grammars and Parser Generators.- Visits of Trees and Graphs and Evaluation of Expressions.- Path Problems in Directed Graphs.- String Matching.- Supplementary Topics.- List of Algorithms and Programs.- Index.- Bibliography.

Notă biografică

Prof. Alberto Pettorossi is a professor of Theoretical Computer Science at the Università di Roma, Tor Vergata. He has extensive experience teaching automata, languages, algorithms, data structures, and verification to undergraduate and graduate students. His research interests and academic publications are in the areas of program transformation, program verification, and software model checking.

Textul de pe ultima copertă

In this book the author presents some techniques for exploring trees and graphs. He illustrates the linear search technique and the backtracking technique, and as instances of tree exploration methods he presents various algorithms for parsing subclasses of context-free languages. He also illustrates some tree and graph exploration and manipulation methods by presenting, among others, algorithms for visiting trees, evaluating Boolean expressions, proving propositional formulas, computing paths in graphs, and performing string matching. 

This book has been used for advanced undergraduate and graduate courses on automata and formal languages, and assumes some prior exposure to the basic notions in that area. Sample programs are presented in Java and Prolog.

Caracteristici

Presents techniques for exploring trees and graphs, with particular focus on linear search and backtracking Useful for advanced undergraduate and graduate courses on automata and formal languages Sample code presented in Java and Prolog