test_graph_adj


test_graph_adj an Octave code which defines a number of examples of graphs in terms of an adjacency matrix.

Licensing:

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

Languages:

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

Related Data and Programs:

test_graph_adj_test

graph_adj, an Octave code which carries out operations on abstract graphs, with undirected edges, represented by an adjacency matrix. Operations include breadth-first search, the computation of a minimum spanning tree, an Euler or Hamilton circuit, blocks, chromatic polynomial, or transitive closure.

test_digraph_adj, an Octave code which defines a number of examples of directed graphs ("digraphs"), The definition is stored as an adjacency matrix.

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

Source Code:


Last revised on 27 April 2026.