Skip to content

Commit e10046f

Browse files
author
Gonzalo Diaz
committed
[FIX] Typo in doc fixed. Wrong url.
1 parent bf1c31d commit e10046f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hackerrank/interview_preparation_kit/stacks_and_queues/balanced-brackets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# [Balanced Brackets](https://www.hackerrank.com/interview/interview-preparation-kit/sorting)
1+
# [Balanced Brackets](https://www.hackerrank.com/challenges/balanced-brackets/)
22

33
Given a string containing three types of brackets, determine if it is balanced.
44

55
- Difficulty: `#medium`
6-
- Category: `#ProblemSolvingIntermediate`
6+
- Category: `#ProblemSolvingIntermediate` `#stacksAndQueues`
77

88
A bracket is considered to be any one of the following characters:
99
(, ), {, }, [, or ].

0 commit comments

Comments
 (0)