MahaRathi's blog

By MahaRathi, history, 6 months ago, In English

233499955 What is wrong with my submission I am storing smaller divisible indexes of 2 like if array x is 6,4,2,5,7,1 and biggest power of 2 in array a is 4 then i am storing 4,2,1 and then dividing it one by one in o(30n) worst complexity? please help I have read the editorial.

Full text and comments »

  • Vote: I like it
  • -7
  • Vote: I do not like it

By MahaRathi, history, 6 months ago, In English

233499955 What is wrong with my submission I am storing smaller divisible indexes of 2 like if array x is 6,4,2,5,7,1 and biggest power of 2 in array a is 4 then i am storing 4,2,1 and then dividing it one by one in o(30n) worst complexity? please help I have read the editorial.

Full text and comments »

  • Vote: I like it
  • -7
  • Vote: I do not like it