Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mdchesne

  1. mdchesne

    Bracket matching using recursion

    alright, sorry. just trying to get osme help o i googled for "java forums, help" oh well, thanks for letting me know would it help if i said it was for my boss? lol, nah, j/k, i'm gone
  2. mdchesne

    Bracket matching using recursion

    EDIT: ParenthesisMatch.txt at geocities. http://www.geocities.com/mdchesne/ParenthesisMatch.txt
  3. mdchesne

    Bracket matching using recursion

    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...

Part and Inventory Search

Back
Top