Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Henriquelay/Graph-theory-2019.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-theory

Most program receive string arguments, and you can pass them through bash.

i.e javac Main.java && java Main <<< "5 6 1 2 15 1 3 10 2 3 1 3 4 3 2 4 5 4 5 20" or

python3.7 2404.py <<< "5 6 
1 2 15  
1 3 10  
2 3 1  
3 4 3  
2 4 5  
4 5 20"