You work for an automated warehouse. Your task is to implement a system that sorts incoming packages into different bins based on their dimensions and weight.
sort() method in the PackageSorter class to return the appropriate category.
Volume: 125000, Mass: 15 kg -> STANDARD
Volume: 1000000, Mass: 15 kg -> bulky so SPECIAL
One dimension is 150 -> SPECIAL
Mass: 20 kg -> heavy so SPECIAL
Both bulky and heavy -> REJECTED