I'm completely new to finite automata and kind of struggling to understand the topic.
I'm able to draw simple ones but I have a practice question that asks to:
Design a Non- Deterministic Finite Automata that accepts ∑={0,1}. The Non-Deterministic Finite Automata should be able to determine all strings that have at most two zeroes and at least two ones.
How do I do this?