C# - Shortest path map finding
- by nXqd
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 !