From 8ddeb0e1095050c8c92e22b6aeca5d72819a88d3 Mon Sep 17 00:00:00 2001 From: Dmitry Strebkov Date: Wed, 21 Jun 2023 19:07:48 +0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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.