Finds the shortest way between two wikipedia pages (titles) using their links.
Usage:
python main.py "Arik Einstein" Banana
(Notice to add double quotes if any of the titles are more that one word)
Output:
Searching a path between 'Arik Einstein' to 'Banana'.
Searching...
Searching...
Searching...
Found the shortest path after 3 hops!
Arik Einstein ======> Yarkon Bridge Trio ======> Achziv ======> Banana
Finished in 25.24 seconds.