Skip to content

Lecture No. 09

Dated: 26-10-2024

CS402_i_9_1.png

Consider the string1 \(abbbabbbabba\).
When you trace the string1 on the given transition graph,2 you will find 3 successful paths.
Hence the string1 is accepted by the transition graphs2

Generalized Transition Graphs

These are collection of followings:

  • Finite number of states with one being initial state and many or none being final states.
  • Finite set3 of input letters from which strings1 can be constructed.
  • Directed edges connecting some pair of states labeled with regular expression4

References


  1. Read more about strings

  2. Read more about transition graphs

  3. Read more about sets

  4. Read more about regular expressions