Skip to content

Commit

Permalink
Merge pull request jwasham#1022 from joonas-yoon/master
Browse files Browse the repository at this point in the history
Update translation of korean
  • Loading branch information
jwasham authored Nov 19, 2021
2 parents 2951546 + 3719887 commit 9669d78
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 86 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ if you can identify the runtime complexity of different algorithms. It's a super
- [ ] is_empty() - returns true if heap contains no elements
- [ ] extract_max - returns the max item, removing it
- [ ] sift_down - needed for extract_max
- [ ] remove(i) - removes item at index x
- [ ] remove(x) - removes item at index x
- [ ] heapify - create a heap from an array of elements, needed for heap_sort
- [ ] heap_sort() - take an unsorted array and turn it into a sorted array in-place using a max heap or min heap

Expand Down
Loading

0 comments on commit 9669d78

Please sign in to comment.