Skip to content

Commit

Permalink
Update 6.5.md
Browse files Browse the repository at this point in the history
corrected typo
  • Loading branch information
Sudhar287 authored and walkccc committed Dec 20, 2018
1 parent 4d5e78e commit f9d1bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Chap06/6.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ HEAP-DECREASE-KEY(A, i, key)
A[i] = key
while i > 1 and A[PAREANT(i)] > A[i]
exchange A[i] with A[PARENT(i)]
i = PAREANT(i)
i = PARENT(i)
```

```cpp
Expand Down

0 comments on commit f9d1bbb

Please sign in to comment.