Skip to content

Instantly share code, notes, and snippets.

View davidenoma's full-sized avatar
🎯
Focusing

David Enoma davidenoma

🎯
Focusing
View GitHub Profile
@davidenoma
davidenoma / README
Created January 23, 2020 16:23 — forked from goldsamantha/README
An implementation of Depth First Search in Python
This is a search algorithm implementation.
It takes a text file used to construct the tree
(use the example one exampletree.txt or your own)
To run:
$ python search.py <textfile.txt>