From 5998f103d09d6bc3cb194441ac997a8e9dc5075f Mon Sep 17 00:00:00 2001 From: zrwusa <75152230+zrwusa@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:36:57 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e8650b..8d4c658 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,6 @@ contributing "several data structures" all at once contribute them all one by one separately (i.e. one pull request for "RBTree", another one for "AATree" and so on). -- Provide **README.md** for each of the data structure **with explanations** of - the algorithm and **with links** to further readings. +- Enrich **README.md** for each of the data structure **with explanations** of + the data structure. - Describe what you do in code using **comments**.