Skip to content

eMahtab/depth-first-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Depth First Search (DFS)

                                A
                               /|\  
                              / | \ 
                             /  |  \
                            /   |   \
                           B    C    D
                          /     |
                         /      | 
                        E       H
                       / \    
                      /   \  
                     F     G

Depth First Traversal : [A, B, E, F, G, C, H, D]

About

Depth First Search Traversal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages