- 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
- input filename (ascii file)
- an ascii file of the input graph represented in adjacency lists
- output file named "[inputFileName]_adj"