Help needed to find alternate solution to problem 1994C

Revision en1, by ApaarGulati, 2024-07-18 22:23:23

Hi. i am a beginner in CP. i know only python. is there a way of solving 1994C - Hungry Games, without using dynamic programming? i tried to make subsegments and iterating through each one but i am getting TLE at test cases 5.

my submission:271274872

please suggest if there is any alternate approach this other than using dp.

Thanks

Tags need help, help

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ApaarGulati 2024-07-18 22:23:23 407 Initial revision (published)