From 4c81f8f53ee030010e2a1390265130c2aa8f3c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B4=E7=A5=89=E7=87=95?= <10224602413@stu.ecnu.edu.cn> Date: Sun, 5 Jan 2025 13:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a5e5416..9ca4aa4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. +实验报告请查看以下文档: + +我们的分工已在代码中以注释的形式体现,如:ckx、pzy。 + +- [实验报告](实验报告.md) + > **This repository is receiving very limited maintenance. We will only review the following types of changes.** > > * Fixes for critical bugs, such as data loss or memory corruption