DevDrill #4
I finished two easy questions and did not finish two medium questions. I had a solution for “Hoppable”, one of the medium questions, but it timed out on large sample sets.
What Did I Learn?
Use the backtracking algorithm sparingly. It is a brute force algorithm so it doesn’t do well on large datasets.