I've just asked a question about non-deterministic finite automata but still feel confused. Here is the attached Deterministic Finite Automata: Deterministic diagram
The first node has two transitions and the second one has two as well.
Non-deterministic Finite Automata: Non-deterministic diagram Here the first node has two transitions.
The question is how can I determine if it's a deterministic or nondeterministic finite state? Could please somebody give explanations based on the above attached pictures? Thanks in advance!
The number of transitions a node has isn't what makes it deterministic. What makes a automata nondeterministic is if a state more then one transitions for the same input.
In your second diagram $q_1$ has two transitions labelled with '1'. While in your first diagram every state every transition coming out of a node has a different label.