Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 395 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 395 Bytes

Path Expression

This repository contains an implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph. A path expression is a regular expression describing all path between two nodes in the labeled graph.

The implementation is according to the paper:

Fast Algorithms for Solving Path Problems