Skip to content

Commit 1263417

Browse files
Fix Checkstyle & Clang-Format violations
1 parent 63d93bd commit 1263417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/thealgorithms/stacks/BalancedBrackets.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
* - Returns false for any non-bracket character.
1313
* - Empty string is balanced.
1414
* - Null input throws IllegalArgumentException.
15-
*
15+
* @author Basundhara
16+
* @author <a href="https://github.com/coder-Basundhara">GitHub</a>
1617
* Time complexity: O(n)
1718
* Space complexity: O(n) in worst case (stack contains all opening brackets).
1819
*/

0 commit comments

Comments
 (0)