16 std::vector<int>* degree_list,
int node_size);
20 const std::vector<int>& degree_list,
int max_degree);
configuration lemon triangle counter configuration header
int collect_degree_info(const Graph &G, std::vector< int > *degree_list, int node_size)
compute the degree for each node and save them to degree_list
Definition: counting.cpp:156
int64_t triangle_count_vertex_iteration(const Graph &G, const std::vector< int > °ree_list, int max_degree)
Definition: counting.cpp:113
int64_t triangle_count(const Graph &G, int total_edge)
Definition: counting.cpp:39