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