Algorithms
Algorithms copied to clipboard
Bidirectionalsearch
trafficstars
Implementation of bidirectional search using forward and backward BFS. Also can find intersecting node between the two BFS's.