You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Heap/README.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ An example:
30
30
(5) (1)
31
31
```
32
32
33
-
The heap property for this tree is satisfied because every parent node is greater than its children node. `(10)` is greater than `(7)` and `(3)`. `(7)` is greater than `(3)` and `(1)`.
33
+
The heap property for this tree is satisfied because every parent node is greater than its children node. `(10)` is greater than `(7)` and `(2)`. `(7)` is greater than `(5)` and `(1)`.
0 commit comments