Skip to content

Commit 54cf026

Browse files
committed
Fix minor typo
1 parent 80482d3 commit 54cf026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Heap/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An example:
3030
(5) (1)
3131
```
3232

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)`.
3434

3535
## So what's the problem with trees?
3636

0 commit comments

Comments
 (0)