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: 367
        
algorithm
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.)
© Stack Overflow or respective owner