/HealthCare_PriorityQueue

💉 A java program that builds a priority queue based on a CSV file which yields information of hospitalized medication, and dequeues the "best" medication based on either success rate or price (depending on the comparator used). This project demonstrates a comprehensive use of Java generics, comparators and the priority queue data structure.

Primary LanguageJava

No issues in this repository yet.