We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bac27b commit a247213Copy full SHA for a247213
README.algorithms
@@ -1,5 +1,5 @@
1
README for GSQL Algorithm Library
2
-9/5/19
+9/12/19
3
4
The GSQL Graph Algorithm Library is a collection of high-performance GSQL queries,
5
each of which implements a standard graph algorithm. Each algorithm is ready to be
@@ -20,6 +20,11 @@ well-suited for graph algorithms:
20
example, and they can develop and submit additions to the library.
21
22
23
+Compatibility Table
24
+-----------------
25
+v1.2 compatible with TG2.4 or higher
26
+v1.1 compatible with TG2.4 or higher
27
+
28
Library Structure
29
-----------------
30
0 commit comments