mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 12:16:14 -04:00
Update README.md
This commit is contained in:
parent
93a3d07928
commit
ed6bc75d3e
@ -29,6 +29,8 @@
|
||||
|
||||
* common applications of heap are: sort (heap sort), getting the top-k elements, and finding the kth element.
|
||||
|
||||
* in python you can use `heapq.heapify(array)` with `heapq.heappush(array, value)` and `heapq.heappop()`.
|
||||
|
||||
<br>
|
||||
|
||||
```python
|
||||
|
Loading…
x
Reference in New Issue
Block a user