Day 10 - Graph Traversal (DFS and BFS)IntroductionGraph Traversal (BFS and DFS) Definition void func() { // Some code func(); // Function call // Some code }TODOBasic Questions