Tagged Questions
2
votes
0answers
74 views
Plot the Shortest Paths in a Grid without any clash at a point of time
The efficient algorithm needs to be done and proved for the best solution for the given problem:
User inputs: (#) Size of the NxN Grid. (N); (#) No. of Paths: Z; (#) Source and Destination ...
6
votes
3answers
583 views
Find a proper path between two nodes in a grid
This question is about finding a proper path (route) between two nodes (P,Q) in a grid (i.e., graph, network, ...). In our concept, we define a path proper (nice) if it is the most similar* to the ...