Here is the problem: I have to find a path from the starting point to the destination with following considerations.
In the given graph a point could be either
(1) A Checkpoint--> this point must be there in the final path calculated
(2) A Mine--> this point should not
be there in the final path calculated(3) A neutral point--> this point
may/may not be there in the final
path calculated
I need an algorithm to this. Kindly help.