in line 26, it should be: ```python visited[current] = True ``` instead of ```python visited[0] = True ```