Skip to content

LeonardoLiberty/StackbyArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

StackbyArray

use array to realize stack and use stack to realize queue delimiting is not finish yet, it use to finish the question below:

Design a method to check whether delimiting symbols match up correctly, and implement it in Java. Examples of correct and incorrect groups of delimiting symbols are provided below. You may want to use them to test your program.

Correct: ()(()){([()])} Correct: ((()(()){([()])})) Incorrect: )(()){([()])} Incorrect: ({[])} Incorrect: (

using stack

About

use array to realize stack and use stack to realize queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published