Can a struct contain an array of unknown size until runtime...
There is no way for me to know the number of states until the user inputs it because every NFA has a different number of states, and this program has to take as input ANY NFA in the whole world. My teacher did