not the push, but the sort

This commit is contained in:
Jidong Xiao
2025-04-11 11:22:10 -04:00
committed by JamesFlare1212
parent 425b39cf7f
commit 1c454d2ecd

View File

@@ -209,7 +209,7 @@ Sorted array:
12 42 13 65 90 45 97 85 76 98 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 ## 24.9 Summary Notes about Vector-Based Priority Queues