case 5 not 4

This commit is contained in:
Jidong Xiao
2025-03-09 21:42:18 -04:00
committed by JamesFlare1212
parent d2d1a34eec
commit a7239d00a9

View File

@@ -595,11 +595,11 @@ function case4() {
resetAnimation("([])"); resetAnimation("([])");
} }
// Case 4: "({[{[()]}]})" // Case 5: "({[{[()]}]})"
function case5() { function case5() {
resetAnimation("{[([])]}"); resetAnimation("{[([])]}");
} }
// Initialize the animation // Initialize the animation
init(); init();
case1(); // Start with Case 1 by default case1(); // Start with Case 1 by default