C# - Shortest path map finding
        Posted  
        
            by nXqd
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nXqd
        
        
        
        Published on 2010-03-29T00:20:55Z
        Indexed on 
            2010/03/29
            0:23 UTC
        
        
        Read the original article
        Hit count: 982
        
c#
I try to write a simple program in C#, it's like map finding .
I've a picture of city / or district ( it's const ) and I'll add a database to this program to store variables, points . I use floyd to find the shortest path and I'll draw the path in the image ( by coordinates I think ) . This is the first time I write a real program in C# so how should I implement this one ;)
Thanks so much for reading !
© Stack Overflow or respective owner