Skip to content

stephenbalaban/biggraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biggraphs

Biggraphs is a fun project using graphviz for visualizing the numbers that share large amounts of common factors.

usage

./runme.sh X Y

Graphs edges between each number a, b such that a, b in cartesian product of {1..X} with itself, a != b, |factors(a) U factors(b)| > Y

results

First result of using graphviz to draw point-cloud like graphs

Second result of using graphviz to draw points with edges

About

Large point-cloud like graphs using graphviz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published