Topic: Language Problem / Level: advanced

Problem: Write a program to perform a depth-first search on a graph iteratively using a stack.

Run the code to see the output here...