Skip to content

hipip/graph-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

graph-visualization

this is graph visualization project (undirected graphs only) for a University homework of graph and optimization class, it includes the following algorithms:

  • Distance between nodes using BFS algorithm
  • Check if graph is connected
  • Check if graph is a tree
  • Transitive Closure
  • Graph Coloring using Welsh & Powell Algorithm
  • Graph Coloring using DSATUR heuristic
  • Graph Coloring using Recursive Largest First heuristic

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors