From a7239d00a9b33a96ea776d8cbce45ee5437733f6 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sun, 9 Mar 2025 21:42:18 -0400 Subject: [PATCH] case 5 not 4 --- animations/stack/stack.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animations/stack/stack.js b/animations/stack/stack.js index eafc6df..5400360 100644 --- a/animations/stack/stack.js +++ b/animations/stack/stack.js @@ -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 \ No newline at end of file +case1(); // Start with Case 1 by default