enter image description here reviewing for my final, I think its the numbers of a's and b's must be the same by using c, since in 2 we push a c for every a we see, and in 3 we pop a c for every b we read with a c still on the top of the stack. We can only accept if we see the $ symbol, which would only happen if the # of a's = the # of b's.

But I always seem to miss the little things, so if someone can confirm or deny my attempt it would be great

link|improve this question

74% accept rate
feedback

closed as off topic by casperOne Dec 12 '11 at 5:39

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.