Finite Automata question
If I am supposed to define a finite state machine for an expression described as:
w is in (0,1)* and |w|[0] mod 3 = 1
what languages does that machine accept?
My main question is, what does the |w|[0] mean?
The []'s mean subscript...
Thanks
__________________
"Good artists copy, great artists steal." - Pablo Picasso
|