tests.builder.test_adjlist#
Unit tests for structure.twoendedlink.TwoEndedLink class.
Functions
This graph is taken from [CLRS09], figure 22.1. |
|
Ensure the adjacency list builder respects edge types. |
|
Test whether creating an adjacency dictionary (list) from a directed graph works. |
|
Test whether creating an adjacency dict works when using mixed directed and undirected edges. |
|
Test whether creating an adjacency dictionary (list) from an undirected graph works. |