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

Latest commit

 

History

History
13 lines (12 loc) · 264 Bytes

Readme.md

File metadata and controls

13 lines (12 loc) · 264 Bytes

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"