Skip to content

πŸ’‰ 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.

Notifications You must be signed in to change notification settings

mirzarad/HealthCare_PriorityQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

About

πŸ’‰ 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.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages