From f484bc5e6c4e1baa807b39fb53e58865e684665a Mon Sep 17 00:00:00 2001 From: Li Yuhan <90765394+7143192@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:44:47 +0800 Subject: [PATCH] adds self solution link to SOLUTIONS.md (#158) --- SOLUTIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SOLUTIONS.md b/SOLUTIONS.md index 66bce0a..9f09697 100644 --- a/SOLUTIONS.md +++ b/SOLUTIONS.md @@ -6,6 +6,7 @@ You can add your solution to this page once you finish any full week of the cour * [pj/mini-lsm-simple-solution](https://github.com/pjzhong/mini-lsm-solution): A simple solution of Mini-LSM. ## Week 2 +* [7143192/mini-lsm](https://github.com/7143192/mini-lsm): A solution of mini-lsm, finish all tasks except bonus task in week 1 and week2. ## Week 3