test_graph_adj_list


test_graph_adj_list a MATLAB code which defines a number of examples of graphs in terms of an adjacency list.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

test_graph_adj_list is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

test_graph_adj_list_test

graph_adj_list, a MATLAB code which carries out operations on abstract graphs, with undirected edges, represented by an adjacency list.

test_graph_adj, a MATLAB code which defines a number of examples of graphs, The definition is stored as an adjacency matrix.

test_graph_arc, a MATLAB code which defines a number of examples of graphs, The definition is stored as an arc list.

Source Code:


Last revised on 30 April 2026.