Introduction - Topology and Structure of Directed Graphs

Topology and Structure of Directed Graphs
from jumble to order
Pommes Frites aus Die Kunst, aufzuräumen von Ursus Wehrli
Topology and Structure of Directed Graphs
Pommes Frites aus Die Kunst, aufzuräumen von Ursus Wehrli
Go to content

Introduction

Directed graphs are free of any restriction, except rigorous enforcement of the rule of transitivity, and the principle “same objects have one and the same meaning”. Causality (cause/effect), temporal ordering (before/after), transactions with two addressees (sender/receiver), control-flow of computer programs, and workflow in general are some examples.
A graph is defined by its objects (nodes, vertices), and relations between two objects (edges, arcs). Objects and relations among them define intrinsically the unique topology (connectedness) and structure (composition) of the respective graph.
We categorize directed graphs in four groups of increasing complexity according to their topology and structure:
  1. Lists whose topology is represented by themselves
  2. Trees whose topology is represented by a pair of lists
  3. Well-nested Graphs whose topology is represented as if they are trees
  4. Ill-nested Graphs whose topology is represented by a pair of trees
Proposed is an incremental algorithm which can explicate and encode the topology and structure of a directed graph. The algorithm uses a similar approach to mathematical induction, and its basic procedure is rather trivial:
  • Start with an empty graph
  • Receive an edge (fact)
  • Determine the type of the edge
  • Determine the scope of the changes on the graph
  • Add the edge to the graph based on its type
  • Adjust topological and structural encoding of the graph
  • Continue until all edges are processed
General information about directed graphs and details of how each edge is processed will be published in individual chapters. Here is a list of planned chapters:
  1. Facts
  2. Transitivity and Paths
  3. Graphs
    1. Lists
    2. Trees
    3. Graphs
    4. Reduced Graphs
    5. Cycles
    6. Domination in Graphs
    7. Form of a Graph
  4. Algorithm
    1. Guidelines
    2. Edge Types
    3. Processing a Tree-Edge (Part 1)
    4. Processing a Cross-Edge
    5. Processing a Tree-Edge (Part 2)
    6. Encoding the Graph
Topology and Structure of Directed Graphs
Copyright © 2024 by Ihsan Enis Olgac, Böblingen. All rights reserved
Wehrli, Ursus: Die Kunst, aufzuräumen
Copyright © 2011 by Kein & Aber AG Zürich – Berlin
Pommes Frites aus Die Kunst, aufzuräumen von Ursus Wehrli
Back to content