Skip to content

graph format converter in external memory from edge stream to adjacency lists

Notifications You must be signed in to change notification settings

cntswj/external-graph-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

External Graph Formatter

Purpose
  • graph format converter in external memory from edge stream to adjacency lists.
  • can replace void NxParser() function for graphs in other raw formats (BTC graphs by default)
  • disk space three times that of input file recommended
Program arguments
  1. input filename (ascii file)
Program output
  • an ascii file of the input graph represented in adjacency lists
  • output file named "[inputFileName]_adj"

About

graph format converter in external memory from edge stream to adjacency lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages