How to solve the Rope Bridge problem with an algorithm?

Posted by NickPoussin on Stack Overflow See other posts from Stack Overflow or by NickPoussin
Published on 2010-04-23T05:02:02Z Indexed on 2010/04/23 5:43 UTC
Read the original article Hit count: 309

Filed under:

Hi, I was wondering if this rope bridge problem could be solved with a graphing algorithm search:

My gut feeling says DFS but how should I define the states? (That is if DFS is even the way to go.)

Rope Bridge

© Stack Overflow or respective owner

Related posts about algorithm