Graphs and Networks. S. R. Kingan
rel="nofollow" href="#u60aacfd2-9f3f-5c2e-a145-1defe61c7fdf">Bibliography
20 Index
List of Illustrations
1 Chapter 1Figure 1.1 The bridges of Königsberg.Figure 1.2 The prism graph.Figure 1.3 An example of a graph, multigraph, digraph, and network.Figure 1.4 Traveling salesman network.Figure 1.5 Strongly connected digraphs.Figure 1.6 Complete graphs.Figure 1.7 Paths, cycles, and wheels.Figure 1.8 Bipartite and tripartite graphs.Figure 1.9 Star graphs.Figure 1.10 Example of trees.Figure 1.11 Subgraphs.Figure 1.12 Two drawings of a planar graph.Figure 1.13 C. elegans connectome.Figure 1.14 C. elegans in‐degree (top) and out‐degree (bottom) distributions...Figure 1.15 Three pairs of isomorphic graphs.Figure 1.16 The non‐isomorphic graphs on
2 Chapter 2Figure 2.1 Non‐isomorphic trees on
3 Chapter 3Figure 3.1 Customer‐item bipartite graph.Figure 3.2 A graph and a digraph for centrality measures.Figure 3.3 A graph and a digraph.Figure 3.4 Schoch and Brandes graphs.Figure 3.5 A small town map.
4 Chapter 4Figure 4.1
5 Chapter 5Figure 5.1 Step‐by‐step explanation of DFS and BFS.Figure 5.2 Kruskal's and Prim's algorithms.Figure 5.3 A Weighted Digraph.Figure 5.4 Dijkstra's Algorithm.Figure 5.5 Examples of weighted graphs.Figure 5.6 Example of a weighted digraph.
6 Chapter 6Figure 6.1 Hierholzer's algorithm.Figure 6.2 Eulerizing graphs.Figure 6.3 Hamiltonian graphs.Figure 6.4 Kirkman's graph and
7 Chapter 7Figure 7.1 Stereographic projection.Figure 7.2 Geometric dual.Figure 7.3 Non‐isomorphic graphs with isomorphic geometric duals.Figure 7.4 Schlegel diagram of a cube.Figure 7.5 Graphs that do not correspond to convex polyhedra.Figure 7.6 Platonic solids.Figure 7.7 Tutte's counterexample to Tait's conjecture.Figure 7.8
8 Chapter 8Figure 8.1 Network flows.Figure 8.2 Flow augmenting path.Figure 8.3 Stable sets, matchings, and coverings.Figure 8.4 A system of distinct representatives.Figure 8.5
9 4Figure D.1 Example of a stack.Figure D.2 Example of a queue.
Guide