From 1c454d2ecd573d5472ec9da0aee10a8e81e8fa9e Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 11 Apr 2025 11:22:10 -0400 Subject: [PATCH] not the push, but the sort --- lectures/24_priority_queues_II/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/24_priority_queues_II/README.md b/lectures/24_priority_queues_II/README.md index b6bec33..b96c163 100644 --- a/lectures/24_priority_queues_II/README.md +++ b/lectures/24_priority_queues_II/README.md @@ -209,7 +209,7 @@ Sorted array: 12 42 13 65 90 45 97 85 76 98 ``` -- Play this [animation](https://jidongxiao.github.io/CSCI1200-DataStructures/animations/heap/sort/index.html) to see how the push works. +- Play this [animation](https://jidongxiao.github.io/CSCI1200-DataStructures/animations/heap/sort/index.html) to see how the sort works. ## 24.9 Summary Notes about Vector-Based Priority Queues