Topic: Graph Theory Problem / Level: beginner

Problem: Write a function to find the number of paths between two vertices using BFS.

Run the code to see the output here...