shaheeneallamaiqbal's blog

By shaheeneallamaiqbal, history, 2 months ago, In English

hey all dear legend

can anyone please suggest me a similar problems of this problem someone told me that this is a standard problem but i found it first time.

it would be really helpfull. thanks in advance.

 
 
 
 
  • Vote: I like it
  • +1
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I think that by standard they meant "adding into the heap and removing something from the heap as 1 operation". I recently encountered a problem which is based on adding+deleting something from heap, "Given n integers, in 1 operation take a number and add it to your score and update the number as A[i]/3 and do this operations x times"

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

try this https://www.codechef.com/problems/CIREQ I think it's similar