Frequency Queries

  • + 0 comments

    Very clever solution. One minor change (which is optional, actually). The first instance of "cnt[freq[q[1]]]-=1" (within "if q[0]==1:") should only be done if cnt[freq[q[1]]] >0.