I know that we can use BFS algorithm to find the shortest path between two nodes in a given unweighted and undirected graph .
But I am not sure whether it can also be used with unweighted and directed graph to find the shortest distance between the two nodes .
I have searched across different articles available online but I did not come across any article that answers my question .
Anyone please answer in Yes or No .