Was wondering if there was a way to use a priority Queue to take an Array
with random numbers in it and then delete them based on something like Biggest to smallest or smallest to biggest. Or if it has the number 3 in it.
You would use a comparator for that right?