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,7 +595,7 @@ function case4() {
resetAnimation("([])"); resetAnimation("([])");
} }
// Case 4: "({[{[()]}]})" // Case 5: "({[{[()]}]})"
function case5() { function case5() {
resetAnimation("{[([])]}"); resetAnimation("{[([])]}");
} }