Directed adjacency vector graph service#

This section describes graph service functions for Directed 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_outward_degree

Get the outward degree for the specified vertex

get_vertex_outward_neighbors

Get the range of the outward neighbors for the specified vertex

get_edge_value

Get the value of an edge represented as source and destination vertices