Skip to content

Releases: RobertBakaric/EulerTour

Euler Tour Tree Representation

30 Jan 10:51
Compare
Choose a tag to compare

The Euler tour tree representation is a program for representing trees (including subtrees) as Euler circuits of directed graphs produced by converting a tree (undirected graph) into a directed graph. The procedure is achieved by replacing each undirected edge in a tree with two directed ones. As a result a list of vertices is computed as they are visited during the traversal of one such graph.