case 5 not 4
This commit is contained in:
committed by
JamesFlare1212
parent
d2d1a34eec
commit
a7239d00a9
@@ -595,11 +595,11 @@ function case4() {
|
||||
resetAnimation("([])");
|
||||
}
|
||||
|
||||
// Case 4: "({[{[()]}]})"
|
||||
// Case 5: "({[{[()]}]})"
|
||||
function case5() {
|
||||
resetAnimation("{[([])]}");
|
||||
}
|
||||
|
||||
// Initialize the animation
|
||||
init();
|
||||
case1(); // Start with Case 1 by default
|
||||
case1(); // Start with Case 1 by default
|
||||
|
||||
Reference in New Issue
Block a user