Skip to content

kawu/dawg-ord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directed acyclic word graphs

Build Status

The library implements directed acyclic word graphs (DAWGs) internally represented as minimal acyclic deterministic finite-state automata. The implemented version of DAWG can be seen as a map from sequences of alphabet symbols (keys) to values.

The library allows to build DAWGs over any symbols and values provided that they both have Ord instances. It also provides a fast insert operation which can be used to construct DAWGs on-the-fly.

About

Directed acyclic word graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published