Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmugilan authored May 21, 2019
1 parent 209eb77 commit bc7fb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ In addition to the parameters specified in PageRank, the following additional pa
`./SSSP_GraphBolt -sourceVertex 192 -weightCap 5 -numberOfUpdateBatches 2 -nAdditions 1000 -additionsFile "additionsFile.snap" -nDeletions 1000 -deletionsFile "deletionsFile.snap" "inputGraph.adj"`

### Parameters
- sourceVertex : File which specify the list of seed vertices. Each seed vertex should be specified in a separate line
- sourceVertex : Source vertex
- weightCap : The maximum edge weight. The weight of an edge(u, v) is calculated as (u+v) % weightCap + 1

## Running BFS

`./BFS_GraphBolt -sourceVertex 192 -numberOfUpdateBatches 2 -nAdditions 1000 -additionsFile "additionsFile.snap" -nDeletions 1000 -deletionsFile "deletionsFile.snap" "inputGraph.adj"`

### Parameters
- sourceVertex : File which specify the list of seed vertices. Each seed vertex should be specified in a separate line
- sourceVertex : Source vertex



Expand Down

0 comments on commit bc7fb8c

Please sign in to comment.