How to solve the Rope Bridge problem with an algorithm?
- by NickPoussin
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