Znajdź klucz, który ma najmniejszą wartość na mapie Java
Key key = Collections.min(map.entrySet(), Map.Entry.comparingByValue()).getKey()
Difficult Dove
Key key = Collections.min(map.entrySet(), Map.Entry.comparingByValue()).getKey()