Updated on 2025-07-22 GMT+08:00

Triangle Count

Overview

The Triangle Count algorithm counts the number of triangles in a graph. More triangles mean higher node association degrees and closer organization relationships.

Application Scenarios

This algorithm is often used to measure the structure features of a graph.

Parameter Description

None

Instructions

The edge direction and multi-edge situation are not considered.

Example

Run the algorithm to calculate the number of triangles of a graph. The JSON result is displayed in the query result area.