console-based, non GUI
I need to match brackets ( [,{,and ('s ) in a string bordered by quotation marks. I tokenized the stream into a simgle string minus the quation marks and used a stack implemented by a linked list to check for matching brackets. Now I need to use recursion to do the same...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.