jeffgerickson / algorithms

Bug-tracking for Jeff's algorithms book, notes, etc.
7.88k stars 1.02k forks source link

[Oops.] #279

Open zhuolovesmath57 opened 10 months ago

zhuolovesmath57 commented 10 months ago

Please verify that the error is present in the most recent revision before reporting.

Chapter number or note title: Lecture 4: Nondeterministic Automata [F23]

Page number: 1

Error description: At the bottom of the page it was written "The only difference from the formal definition of deterministic finite-state automata is the domain of the transition function." However, the difference is actually the codomain of the transition function

Suggested fix (if any): domain should be replaced by codomain