ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1152. False Mirrors

How to DP without Bitmark
Posted by yeguzi 20 May 2016 13:42
I solved this problem by used recursion without DP.
I'm trying to find a solution using DP, I found a public solution using DP + Bitmark, but it's hard to me to understand.
How can I solve this problem using DP without Bitmark???