Update CONTRIBUTING.md

This commit is contained in:
zrwusa 2023-10-12 07:36:57 +08:00 committed by GitHub
parent 641bf9785f
commit 5998f103d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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**.