clarify that it's a min heap
This commit is contained in:
committed by
JamesFlare1212
parent
dfaacfabff
commit
09502d0535
@@ -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
|
## 23.4 Exercise: Drawing Binary Heaps
|
||||||
|
|
||||||
- Draw two different binary heaps with these values: 52 13 48 7 32 40 18 25 4
|
- Draw two different binary heaps (Min Heap) with these values: 52 13 48 7 32 40 18 25 4
|
||||||
|
|
||||||
- Draw several other trees with these values which are not binary heaps.
|
|
||||||
|
|
||||||
## 23.5 STL priority_queue
|
## 23.5 STL priority_queue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user