Directed Acyclic Graph (DAG)
How to use this program
- Clone a repository: git clone https://github.com/JolaPsh/dependency-graph.git
- Open the project using the IDE.
- Run program or just execute it with Maven: mvn clean install or run ApplicationGraph
- Run JUnit tests: DependencyGraphTest.