We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1c31d commit e10046fCopy full SHA for e10046f
docs/hackerrank/interview_preparation_kit/stacks_and_queues/balanced-brackets.md
@@ -1,9 +1,9 @@
1
-# [Balanced Brackets](https://www.hackerrank.com/interview/interview-preparation-kit/sorting)
+# [Balanced Brackets](https://www.hackerrank.com/challenges/balanced-brackets/)
2
3
Given a string containing three types of brackets, determine if it is balanced.
4
5
- Difficulty: `#medium`
6
-- Category: `#ProblemSolvingIntermediate`
+- Category: `#ProblemSolvingIntermediate` `#stacksAndQueues`
7
8
A bracket is considered to be any one of the following characters:
9
(, ), {, }, [, or ].
0 commit comments