From 38474f83c1757c9775a19a58afec6d58e3fa5b97 Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Tue, 9 Oct 2018 09:24:52 -0700 Subject: [PATCH] [doc] revert abbreviation order --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 22b6a60..96c0f8e 100644 --- a/README.md +++ b/README.md @@ -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