From 9c066cf9421ea26d5b3168bf2b5f786d989bbea5 Mon Sep 17 00:00:00 2001 From: Aadil Sayed Date: Tue, 6 Oct 2020 02:17:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b724687..80b0cfe 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To contribute make sure the Algorithm isn't commited yet! Make sure to add the n ### Folders and Files Please make sure your file is in the `LeetCode`-Folder and Named like this: -`0001_TwoSum.py` -> 4-digit Number of the LeetCode Issue, Underscore, LeetCodeName +`0001_TwoSum.py` -> 4-digit Number of the LeetCode Issue, Underscore, LeetCodeName. ### Opening Issues When you open an issue, please make sure the Problem is not already implemented (Look at Code/Leetcode for the Problemnumber).