Need help in figuring out to how to fix TLE issue in my submission.

Правка en2, от CrypticTaiga, 2020-07-27 15:55:29

Problem — Problem

Submission — My Submission

I tried to solve the problem by taking the calculating the costs from all indexes starting from 0 upto n-1, and finally comparing the cost with the value of p. This is failing for large testcases and I get TLE. Can you help me figure out how to make the dp array to save precalculated costs for index i and then use to to calculate for the string of prefix i + 1. I tried but its not working correctly.

Thanks.

Теги #java8, #dp, #algorithms, #data structures

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский CrypticTaiga 2020-07-27 16:13:28 104
en2 Английский CrypticTaiga 2020-07-27 15:55:29 47
en1 Английский CrypticTaiga 2020-07-27 15:54:36 617 Initial revision (published)