+ 2
Hey I'm trying to write bracket matching problem in c++ but using <html> as open bracket and </html> as closing
depending on HTML. If you guys have any idea . I would be grateful. and it's a good task for us all. Please help me finish it out,...
7 Answers
+ 3
I can't understand your question.
bracket matching in C++ using html tags ? ???
+ 3
thatml tags it would be great if you could code it to day before 9.
s the code but no matter what I'm not doing well in changing the brackets to hthttps://code.sololearn.com/cq1dZtUU1Hym/?ref=app
+ 2
it is also simple
you write a code which identify whether it is opening or closing?
if opening insert in stack
when closing meets pop it.
+ 2
2nd basic method can be you assign a number to a tag
and then manipulate it.
+ 2
I have no lptp today.
on sunday I'll try to code it.
+ 1
yes instead of ( or { or [ the user inserts html tags.
+ 1
it would be great.
P'S. I'm trying to do it meanwhile