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 63d93bd commit 1263417Copy full SHA for 1263417
src/main/java/com/thealgorithms/stacks/BalancedBrackets.java
@@ -12,7 +12,8 @@
12
* - Returns false for any non-bracket character.
13
* - Empty string is balanced.
14
* - Null input throws IllegalArgumentException.
15
- *
+ * @author Basundhara
16
+ * @author <a href="https://github.com/coder-Basundhara">GitHub</a>
17
* Time complexity: O(n)
18
* Space complexity: O(n) in worst case (stack contains all opening brackets).
19
*/
0 commit comments