Page 2 of 2

Re: 658 - It's not a Bug, it's a Feature!

Posted: Sat Jul 26, 2014 2:25 am
by lighted
Farsan wrote:At first i tried bitmask DP but was getting RTE,may be pushing too much state on stack.Then tried dijkstra (using bitmask).Got AC,took time around 1.4s.
Solved with dijkstra (using bitmask). Got AC with 0.156. :D