Graph
graph TB; subgraph graph A[0]-->B[1] A-->C[2] B-->D[3] C-->E[4] C-->F[5] F-->D end
BFS Traversal
Want to get BFS from
0
1
2
3
4
5
Traverse