Snakes and Ladders: The Quickest Way Up

  • + 6 comments

    Hello,

    Everyone's talking about using graph search algorithms. Isn't this problem best solved using DP (for O(n) run time)? Or am I missing some concept here?