sushantsangwan2006's blog

By sushantsangwan2006, history, 29 hours ago, In English

312026676 why this code fail on test case number 3 my approach — I assume that if in final grid there exist a ball i.e v[i][j] == 1 but (v[i-1][j] != 1 && v[i][j-1] != 1 )(except i ==0 || j ==0 (0 based index)). then the answer is false otherwise true..

Full text and comments »

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

By sushantsangwan2006, history, 2 days ago, In English

can anybody explain me this... i am not getting the implementation..2024B - Buying Lemonade

Full text and comments »

By sushantsangwan2006, history, 2 days ago, In English

2059B - Cost of the Array can anyone help me with k<n case ... i don't know how to approach .it.

can anyone also tell me how can i approach div 2 B problem as i am unable to do it..

Full text and comments »