I have bfs function which is from geeksforgeeks.org/ford-fulkerson-algorithm-for-maximum-flow-problem/
So I need to turn into dfs function using LinkedList, I tried a