diff --git a/src/data-structures/heap/README.md b/src/data-structures/heap/README.md index 824d6460..2785aee7 100644 --- a/src/data-structures/heap/README.md +++ b/src/data-structures/heap/README.md @@ -57,7 +57,6 @@ Where: - **meld:** joining two heaps to form a valid new heap containing all the elements of both, destroying the original heaps. > In this repository, the [MaxHeap.js](./MaxHeap.js) and [MinHeap.js](./MinHeap.js) are examples of the **Binary** heap. - ## References - [Wikipedia](https://en.wikipedia.org/wiki/Heap_(data_structure))