Skip to content

Commit e2664f6

Browse files
authored
fix(query): enable triangle counting algorithm; (#178)
1 parent aaa1bc6 commit e2664f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/Community/triangle_counting/standard/tg_algo_tri_count.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
sha_id: ed6ea869749977cc0f3df71225d7325fb81c9767
1313
description: "This algorithm uses the classic edge-iterator method to count triangles. It is slower than the fast version, but uses less memory."
1414
version: lib3.0
15-
include: false
15+
include: true

0 commit comments

Comments
 (0)