I've recently been set a task to create a Pushdown Automaton that is based on a Finite Automaton that I created beforehand. (I didn't actually do it successfully, which is why I was given a working copy by my tutor)
I'm having trouble understand a part which is included in both diagrams.
""The first is what exactly does an arrow mean when it is joint to a state but just points right back to it, am I right in thinking that this is checking that the language entered beforehand (in my case 0-9) is correct (this arrow is pointing back at a terminal state)""
I've tried doing my research but unfortunately I have come up with nothing that can really explain it to me in basic terms, I even tried "Finite Automaton for dummies" And still nothing! I've also checked questions that may have my answer and nothing there.