From 8edd8a5221072bddff3aeada14ecf08ee9796a81 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 29 Apr 2025 01:46:19 -0400 Subject: [PATCH] renaming file --- animations/priority_queue/max_heap/index.html | 2 +- animations/priority_queue/min_heap/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/animations/priority_queue/max_heap/index.html b/animations/priority_queue/max_heap/index.html index dfb2686..631db0a 100644 --- a/animations/priority_queue/max_heap/index.html +++ b/animations/priority_queue/max_heap/index.html @@ -19,7 +19,7 @@ } - +

Max heap animation

diff --git a/animations/priority_queue/min_heap/index.html b/animations/priority_queue/min_heap/index.html index 23a2ca2..ea9f9bb 100644 --- a/animations/priority_queue/min_heap/index.html +++ b/animations/priority_queue/min_heap/index.html @@ -19,7 +19,7 @@ } - +

Min heap animation