8000 GitHub - Zongpc/graph: graph operation on adj linked list
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Zongpc/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph OP on AdjList

  • compile quick start

    make clean
    make
    
  • executable usage

    ./graph ../dataset/oregon1_010526.txt/oregon1_010526.txt 65400
    
  • cross compile if you wanna run on arm

    make clean
    make CC="aarch64-linux-gnu-gcc"
    

About

graph operation on adj linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0