A single row in the dataframe looks like the following:
source Bubble Sort
target Sorting Algorithms Visualization : Bubble Sort
edge https://www.geeksforgeeks.org/sorting-algorithms-visualization-bubble-sort/?ref=rp
The columns are source, target and edge. Given two nodes src and dest. I need to perform BFS and get all the edges in the path. For example from source Bubble Sort to target Sorting Algorithms Visualization : Bubble Sort. It should output :
https://www.geeksforgeeks.org/sorting-algorithms-visualization-bubble-sort/?ref=rp.
I am new to python and python dataframes and need a little help figuring this out.