Skip to content

Instantly share code, notes, and snippets.

@abrarShariar
Created March 29, 2020 03:10
Show Gist options
  • Save abrarShariar/0051d9c2a32e1bba4ef89cc8be6ac89d to your computer and use it in GitHub Desktop.
Save abrarShariar/0051d9c2a32e1bba4ef89cc8be6ac89d to your computer and use it in GitHub Desktop.
Visited List
visited = [False] * (len(arr) + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment