Bugbash Collection: January Collection
Bugbash: Issue 2

Bugbash - Debugging Challenge

Find and fix all the bugs in the code to complete this challenge. Your score is based on completion time and number of failed attempts.

7 developers participated
Average completion time: 716s
0/6 tasks

Qualification Challenge

Find and fix the bug(s) in the code below to qualify for this Bugbash challenge.

Balanced Parentheses

Find and fix the bug(s) in the code.

Constraints:

  • 0 <= str.length <= 1000
  • str consists of '(' and ')' characters only
Balanced Parentheses