From a1844840fd99bcc38293b5ebfb705357152e7fbc Mon Sep 17 00:00:00 2001 From: Andrii Siriak Date: Sun, 17 Sep 2023 23:43:55 +0300 Subject: [PATCH] Add a note about leetcode to CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23ee1bb07..dcc86c503 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ ## How to contribute? +NOTE: *We DO NOT add leetcode problems. They are just applications of basic principles that can be found in other algorithms included in the repository.* + ### Did you find a bug? **Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues).