From 7ceb05ce9897687ee90ac8d7970dd1bcad6a6a0d Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 29 Apr 2025 01:55:35 -0400 Subject: [PATCH] move tree to the right --- animations/priority_queue/max_heap/max_heap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animations/priority_queue/max_heap/max_heap.js b/animations/priority_queue/max_heap/max_heap.js index b258da5..cbe0f0e 100644 --- a/animations/priority_queue/max_heap/max_heap.js +++ b/animations/priority_queue/max_heap/max_heap.js @@ -10,7 +10,7 @@ stage.add(layer); var heap = []; var nodeRadius = 25; var levelHeight = 80; -var startX = 100; +var startX = 1100; var startY = 50; var horizontalSpacing = 150;