We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Frequency Queries
You are viewing a single comment's thread. Return to all 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.