From b419bce53077117975dce187129723275d7f8636 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sun, 12 Nov 2023 21:51:08 +0100 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c6c4b7..68e32bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # LSM tree An implementation of the Log-Structured Merge Tree (LSM tree) data structure in Java. + Here you can find a [Medium article](https://medium.com/@tomfran/log-structured-merge-tree-a79241c959e3) about this project. **Table of Contents**