mmcs-ruby / visual_graphs

MIT License
2 stars 15 forks source link

Implement graph algorithm: Depth-First Search, (for adjacency list based graph) #18

Open elijah-gichev opened 2 years ago

elijah-gichev commented 2 years ago

depth-first traversal with some action for each vertex

yonesurprise commented 2 years ago

take it