I have a few quick questions about NFAs and DFAs.
Is any automaton with epsilon transitions always a NFA?
Is any automaton with two paths for the same symbol from a state always a NFA? Ex. Say state 1 has two paths for input "a", is this a NFA no matter what?
(Not sure if this will make sense) Say we have a NFA with a state "q0" from this state you can take epsilon or "1" to state "q1" (no other transitions). If we were to convert this NFA to a DFA, is it possible that you could get to state "q1" from "q0" with some input other than epsilon or "1"? (an answer to a quiz question showed this, not sure how it is possible)