JavierMarrero / jlibgraph

Comprehensive library for Graph theory and algorithms in Java
GNU Lesser General Public License v2.1
10 stars 9 forks source link

Implemented Depth-First Traversal of a graph via iterators. #5

Closed JavierMarrero closed 1 year ago

JavierMarrero commented 1 year ago

This commit implements the Depth-First Traversal iterator, allowing to begin the implementation of some algorithms.