Implement more efficient base container #3
Labels
enhancement
New feature or request
hacktoberfest
Hacktoberfest!
help wanted
Extra attention is needed
Currently the Fibonacci Heap runs on top of an STL linked list. I am very open to changing this to increase performance, however I currently do not have the time to do so. Any STL compliant container that has
As well as maintains reference stability is a valid option for the heap to run on top of. Something portable or easy to use would be preferred.
The text was updated successfully, but these errors were encountered: