An open API service indexing awesome lists of open source software.

https://github.com/axel7083/modifiedpriorityqueue

This repository contains a modified implementation of the build-in PriorityQueue java class. It combines a HashMap with it, to allow O(1) for contains.
https://github.com/axel7083/modifiedpriorityqueue

hashmap java priority-queue

Last synced: about 2 months ago
JSON representation

This repository contains a modified implementation of the build-in PriorityQueue java class. It combines a HashMap with it, to allow O(1) for contains.

Awesome Lists containing this project