[Leetcode] Problem 677 - Map Sum Pairs
Implement a MapSum class with insert, and sum methods.
For the method insert, you’ll be given a pair of (string, integer). The string represents the k
...