explore other implementations of binomial heaps
Closed this issue · 1 comments
make-github-pseudonymous-again 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
make-github-pseudonymous-again commented