heap-data-structure / about

:fallen_leaf: Heap data structures for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merge vs meld

make-github-pseudonymous-again opened this issue · comments

If a merge operation destroys the heaps it is applied to, then it should be called meld instead of merge. See for example the Binomial Heap implementation.