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