explore other implementations of binomial heaps
make-github-pseudonymous-again opened this issue · comments
Notas Hellout commented
- use a backreference to keep track of nodes instead of swapping childrens
- faster because we only need to swap values and backreferences
- additional memory used
- implementation only supporting push pop and merge
Notas Hellout commented
migrated from make-github-pseudonymous-again/js-algorithms#14
Notas Hellout commented
migrated from make-github-pseudonymous-again/js-data-structures#4
Notas Hellout commented
migrated to heap-data-structure/binomial-heap#1