Skip to content

A Java graph library to generate, compute and display graphs (e.g. network graphs)

License

Notifications You must be signed in to change notification settings

scenprogs/JGraphLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JGraphLib

Directed Graphs

Grid Graph

A grid graph.

alt text

Network Graph

A graph with edges connecting all nodes within a distance.

alt text

Random Cluster Graph

A random cluster graph.

alt text

Corridor Cluster Graph

A graph whose clusters are arranged in corridors.

alt text

Tree Graph

A tree graph.

alt text

Limited Connectivity Graph

A graph whose edges between vertices is limited to a given range.

alt text

Undirected Graphs

An undirected network graph.

alt text

About

A Java graph library to generate, compute and display graphs (e.g. network graphs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages