We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a57c07d + 634862a commit cc099bcCopy full SHA for cc099bc
README.md
@@ -15,3 +15,13 @@ Anyone can contribute to this repositry.
15
<li>Create a pull request</li>
16
<li>Star the repository to show your support</li>
17
</ul>
18
+
19
+## Instructions
20
+Create a folder for the topic you wish to contribute in and add the respective files in that particular folder.
21
+If a folder for a particular Data Structure or Algorithm exists. Add your codes in that folder itself.
22
+If a folder already exists, add your codes to it.
23
24
+### Additional Notes
25
+* Code should be properly commented so as to ensure it's readability.
26
+* If you've added code that should be tested, add tests as comments.
27
+* Make sure your code is properly formatted.
0 commit comments