Skip to content

Commit

Permalink
Update README.algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
Suxiaocai authored Feb 7, 2020
1 parent 22ccb8d commit f8735ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.algorithms
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
README for GSQL Algorithm Library
1/21/2020
2/6/2020

The GSQL Graph Algorithm Library is a collection of high-performance GSQL queries,
each of which implements a standard graph algorithm. Each algorithm is ready to be
Expand Down Expand Up @@ -77,6 +77,7 @@ List of GSQL Graph Algorithms
-----------------------------
as of Oct 3, 2019

betweenness_cent Betweenness Centrality
closeness_cent Closeness Centrality
conn_comp Connected Component Detection
wcc_fast Connected Components (Fast)
Expand Down

0 comments on commit f8735ab

Please sign in to comment.