Skip to content

Commit

Permalink
Update README.md (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrebkov committed Jun 21, 2023
1 parent e5ad506 commit fdf5203
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
mdfa-key-value
mdfa-key-value (Work-In-Progress Repo)
================

![github-actions](https://github.com/dstrebkov/mdfa-key-value/actions/workflows/cmake.yml/badge.svg?event=push)
[![codecov](https://codecov.io/gh/dstrebkov/mdfa-key-value/branch/main/graph/badge.svg?token=ZH1RSUGL5R)](https://codecov.io/gh/dstrebkov/mdfa-key-value)
![language](https://img.shields.io/github/languages/top/dstrebkov/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)
Expand Down

0 comments on commit fdf5203

Please sign in to comment.