Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Solution for Timus 20169
Разница между ru3 и ru4, 2 символ(ов) изменены
Hi Guys,↵
Can anyone help me solve this problem?↵

https://acm.timus.ru/problem.aspx?space=1&num=2019&locale=en↵

I tried to solve it greedily. Also i tried to solve it using dynamic programming. I had **dp[l][r]** true if exists **k** such that **dp[l][k]** is true and **dp[k + 1][r]** is true or **dp[l + k][r — k]** is true and we can connect letters from range **(l, l + k)** to the letters from range **(r — k, r)**. Unfortunately, that works for **O(n^3)**↵

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
ru4 Русский andreyDagger 2021-09-19 19:37:34 2 (опубликовано)
ru3 Русский andreyDagger 2021-09-19 19:36:42 15
ru2 Русский andreyDagger 2021-09-19 19:35:28 159
ru1 Русский andreyDagger 2021-09-19 19:32:38 332 Первая редакция (сохранено в черновиках)