Balanced Parenthesis

in this question the input string is gonna have mixed brackets like ( [ { } ] ) or only one type of bracket like ( ) ( ) , [ ] [ ] , { { } }???

The input string can have mixed brackets.