Java Priority Queue Example
This repo shows how to use a Priority Queue in Java
Pre-requisites
- Ensure you have Java 8 or Above
- Ensure you have maven
Running the Application
Every Java class in this Application has a main() function.
So you can run each class individually very easily in an IDE like Intellij or Eclipse