MCPcopy Index your code
hub / github.com/subbarayudu-j/TheAlgorithms-Python / depth_first_search.py

File depth_first_search.py

Graphs/depth_first_search.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

DFSMethod · 0.80
GraphClass · 0.70
addEdgeMethod · 0.45
printGraphMethod · 0.45

Tested by

no test coverage detected