Temukan kunci yang memiliki nilai paling sedikit di peta java
Key key = Collections.min(map.entrySet(), Map.Entry.comparingByValue()).getKey()
Difficult Dove
Key key = Collections.min(map.entrySet(), Map.Entry.comparingByValue()).getKey()