Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Use binary heap #12

Closed
razziel89 opened this issue Dec 21, 2021 · 1 comment
Closed

Use binary heap #12

razziel89 opened this issue Dec 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@razziel89
Copy link
Owner

The current implementation that simply iterates over a graph is not as efficient as using a binary heap. Implement a binary heap. To keep the number of dependencies low, implement it here as a sub-package.

@razziel89 razziel89 added the enhancement New feature or request label Dec 21, 2021
@razziel89 razziel89 mentioned this issue Dec 22, 2021
@razziel89
Copy link
Owner Author

Implemented within the context of #1. Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant