Skip to content

wjpjw/rand_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Generation

  • cd graph_gen
  • make
  • ./graph_gen1 10000 0.0001 ../data/10000_0p0001.txt

Graph Analysis

  • cd graph_analyze
  • make
  • ./bin/graph_analyze ../data/10000_0p0001.txt

OR

  • valgrind --dsymutil=yes --leak-check=full ./bin/graph_analyze ../data/10000_0p0001.txt

About

rand graph generation and analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages