Skip to content

Instantly share code, notes, and snippets.

@VXU1230
Created August 10, 2021 23:20
Show Gist options
  • Save VXU1230/5153051111848571712f28df0b3c8413 to your computer and use it in GitHub Desktop.
Save VXU1230/5153051111848571712f28df0b3c8413 to your computer and use it in GitHub Desktop.
if __name__ == "__main__":
print("\nBFS")
print("\nshortest depth: ", bfs())
print("\nDFS")
print("\nshortest depth: ", dfs())
print("\nIDDFS", end="")
print("\nshortest depth: ", iddfs())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment