Hash Tables: Ice Cream Parlor

  • + 18 comments

    binary search is a dumn-ass solution for this problem. This is just a two sum issue, use hashmap this could be done in O(n)