diff --git a/README.md b/README.md index 7bcd3f0..2f9c0f4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ mdfa-key-value ![repo size](https://img.shields.io/github/repo-size/dstrebkov/mdfa-key-value) 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)](https://www.semanticscholar.org/paper/Incremental-DFA-minimisation-Almeida-Moreira/db9f9388d924bd789b2c52a331f6890228b35601) CMake ≥ `3.18` is required.