Skip to content

thiagoprocaci/pathCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pathCount

Path Count Implementation

Goal:

  • Studying an algorithm that enables finding the number of paths in a directed network with no cycles.

References

Instalation Guide

  • Install Java jdk 1.7
  • Install Maven 3.x
  • Set environment variable JAVA_HOME
  • Set environment variable MAVEN_HOME
  • Put JAVA_HOME\bin and MAVEN_HOME\bin on environment variable Path
  • Clone application: git clone https://github.com/thiagoprocaci/pathCount.git
  • Execute "mvn clean install" on project root folder
  • Execute java -jar target\pathCount-1.0-SNAPSHOT-jar-with-dependencies.jar

About

Simple Path in a Directed Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages