Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 883 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 883 Bytes

mdfa-key-value (Work-In-Progress Repo)

github-actions codecov language repo size

Implementation of a dictionary based on minimal deterministic finite-state automata (minimal DFA) in which a key is associated with a set of values.

Minimization of the DFA is to be done using approach described in Almeida et al. (2010)

CMake ≥ 3.18 is required.