mmcs-ruby / visual_graphs

MIT License
2 stars 15 forks source link

Implement graph algorithm: Depth-First Search, (for adjacency matrix based graph) #19

Open elijah-gichev opened 3 years ago

elijah-gichev commented 3 years ago

depth-first traversal with some action for each vertex

elijah-gichev commented 3 years ago

take it