MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / depth_first_search_2.py

File depth_first_search_2.py

graphs/depth_first_search_2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/python
2
3"""Author: OMKAR PATHAK"""
4

Callers

nothing calls this directly

Calls 4

GraphClass · 0.70
add_edgeMethod · 0.45
print_graphMethod · 0.45
dfsMethod · 0.45

Tested by

no test coverage detected