1. Linear-Time Graph Algorithms in GP 2
- Author
-
Graham Campbell and Brian Courtehoute and Detlef Plump, Campbell, Graham, Courtehoute, Brian, Plump, Detlef, Graham Campbell and Brian Courtehoute and Detlef Plump, Campbell, Graham, Courtehoute, Brian, and Plump, Detlef
- Abstract
GP 2 is an experimental programming language based on graph transformation rules which aims to facilitate program analysis and verification. However, implementing graph algorithms efficiently in a rule-based language is challenging because graph pattern matching is expensive. GP 2 mitigates this problem by providing rooted rules which, under mild conditions, can be matched in constant time. In this paper, we present linear-time GP 2 programs for three problems: tree recognition, binary directed acyclic graph (DAG) recognition, and topological sorting. In each case, we show the correctness of the program, prove its linear time complexity, and also give empirical evidence for the linear run time. For DAG recognition and topological sorting, the linear behaviour is achieved by implementing depth-first search strategies based on an encoding of stacks in graphs.
- Published
- 2019
- Full Text
- View/download PDF