190 likes | 283 Views
CS 3240: Languages and Computation. Turing Machines. Properties of CFGs. Undecidable problems for CFL. Turing Machines. Reducibility among problems. Turing Machine. Moves of a TM. Acceptance by halting. Variations of TMs. Project 1. Building an Expanded Suffix Tree.
E N D
CS 3240: Languages and Computation Turing Machines
A Suffix Tree in Compact Formcan be built in linear time (Weiner 73, McCreight 75, Ukkonen 95) • A Suffix Tree is a digital search tree storing the set of suffixes of a same string x. Symbol is a special marker not appearing elsewhere in x. To achieve linear space, the substring labeling each arc is encoded in practice by a pair of pointers to the beginning and end of one of its occurrences in x .