QuickGraph
QuickGraph copied to clipboard
Bidirectional Breadth First Search?
I see a BidirectionalDepthFirstSearchAlgorithm but not a BidirectionalBreadthFirstSearchAlgorithm.
Any particular reason why not?
I have a use for it and wouldn't mind implementing it myself unless there's a reason not to do it.
Seems that there is only one reason: not implemented yet.
Ok, I'll work on it and contribute when it's ready.
I have an algorithm that performs bi - directional Dijkstra , (a great optimisation over the regular Dijkstra's algorithm) in c++ as well as python .. please let me know if its required then I can contribute my code