clarify that it's a min heap

This commit is contained in:
Jidong Xiao
2025-04-04 13:26:30 -04:00
committed by JamesFlare1212
parent dfaacfabff
commit 09502d0535

View File

@@ -122,9 +122,7 @@ Lambda is new to the C++ language (part of C++11). But lambda is a core piece of
## 23.4 Exercise: Drawing Binary Heaps
- Draw two different binary heaps with these values: 52 13 48 7 32 40 18 25 4
- Draw several other trees with these values which are not binary heaps.
- Draw two different binary heaps (Min Heap) with these values: 52 13 48 7 32 40 18 25 4
## 23.5 STL priority_queue