Leetcode: LFU Cache && Summary of various Sets: HashSet, TreeSet, LinkedHashSet
DesignandimplementadatastructureforLeastFrequentlyUsed(LFU)cache.Itshouldsupportthefollowingoperations:getandset.
get(key)-Getthevalue(willalwaysbepositive)ofthekeyifthekeyexistsinthecache,otherwiser