I am having a very HARD time understanding this. Can someone, explain and help w
ID: 663405 • Letter: I
Question
I am having a very HARD time understanding this. Can someone, explain and help with this. Some of my work is below. The required testing is below as well, I've been using CodeBlock.
Using C++ Implement a Stack class using the List Class you developed earlier. Test your Stack class by determining if the following strings have matching open and closing ( ) and/or [ ] and/or { } and/or < >. The following example of data:
( )
[ ] ( ) { }
[ { ( ) } ]
< > <<< >>>
[ [ ) )
{ ( ) [ ( ) ] }
Print out the input string and if the string is matched or mismatched. You will ignore characters that are not in the above set of matching characters. Your input files are Stack3.data and LispClassData.txt
You have to use
Explanation / Answer
It has a three different program to demopnstrate diferently.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.