Skip to content

Commit

Permalink
Update Dept First Search
Browse files Browse the repository at this point in the history
  • Loading branch information
iammuhit committed Dec 26, 2020
1 parent ce5db24 commit 383f03f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed 09_-_Dept-First-Search.hs
Empty file.
1 change: 1 addition & 0 deletions dfs.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data Graph a = Graph ([a],[(a,a)]) deriving (Show)

0 comments on commit 383f03f

Please sign in to comment.