Skip to content

Commit

Permalink
[doc] revert abbreviation order
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer authored Oct 9, 2018
1 parent c28d24d commit 38474f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The GAP Benchmark Suite is intended to help graph processing research by standar

Kernels Included
----------------
+ *BFS* - Breadth-First Search - direction optimizing
+ *SSSP* - Single-Source Shortest Paths - delta stepping
+ *PR* - PageRank - iterative method in pull direction
+ *CC* - Connected Components - Afforest & Shiloach-Vishkin
+ *BC* - Betweenness Centrality - Brandes
+ *TC* - Triangle Counting - Order invariant with possible relabelling
+ Breadth-First Search (BFS) - direction optimizing
+ Single-Source Shortest Paths (SSSP) - delta stepping
+ PageRank (PR) - iterative method in pull direction
+ Connected Components (CC) - Afforest & Shiloach-Vishkin
+ Betweenness Centrality (BC) - Brandes
+ Triangle Counting (TC) - Order invariant with possible relabelling


Quick Start
Expand Down

0 comments on commit 38474f8

Please sign in to comment.