diff --git a/animations/trees/iterative/traversal.html b/animations/trees/iterative/traversal.html index a9796cf..392202c 100644 --- a/animations/trees/iterative/traversal.html +++ b/animations/trees/iterative/traversal.html @@ -2,9 +2,9 @@ - In-Order Traversal (Step-by-Step) + Iterative Traversal (Step-by-Step) - +
@@ -25,6 +25,6 @@
Traversal Sequence:
Final Sequence: 4 2 6 5 7 1 3 8 9
- +