Skip to content

Practical Assignments of COMPSCI Graph Theory class at PUC Minas 2023-1.

Notifications You must be signed in to change notification settings

Bois-Barganhados-Studio/graph-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph Pratical Assignments

Practical Assignments of COMPSCI Graph Theory class at PUC Minas 2023-1.

Topics

  • Find biconnected components in a graph
  • K-Center problem

Articles

Run

  • GCC required
  • Make required
  git clone https://github.com/ravixr/graph_pa.git
  export PROBLEM_DIR = tp01 # tp01 or tp02 
  cd ./$PROBLEM_DIR/src
  make release
  ./graph.exe

Authors

About

Practical Assignments of COMPSCI Graph Theory class at PUC Minas 2023-1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published