我不想试图在C#中写一个简单的方案,就像地图调查结果。
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 ll use the Floyd-Warshall algorithm to find the shortest path and I ll draw the path in the image (by coordinates, I think). This is the first time I ve written a real program in C# so how should I implement this one. ;)
非常感谢阅读!