I am looking for an algorithm to determine the shortest path between two nodes in an unweighted graph by using the adjacency matrix . I know Dijkstra and Bellman - Ford, but none that found are specific to determine the shortest path between two given nodes.
Any help is greatly apreciated