Undirected adjacency vector graph service

This section describes graph service functions for Undirected adjacency vector graph.

Service function

Description

get_vertex_count

Get the number of vertices in the graph

get_edge_count

Get the number of edges in the graph

get_vertex_degree

Get the degree for the specified vertex

get_vertex_neighbors

Get the range of the vertex neighbors for the specified vertex