Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 826 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 826 Bytes

Guidlines to contribute

  • First of all select the correct category of the code. If you are not sure then add it to HelloWolrd folder.
  • After you select the category put it in correct language folder

Algorithms & DS

  • Put the code in correct language folder.
  • If the language folder is not there. then write file name as lang/file.lang. This will automatically create new lang folder and put the file in that language's folder.
  • For example Java/sieve.java.

Problem Solutions

  • You can directly add the problem solutions to corresponding platform folder. File name should be the ID of the problem on particular plateform.
  • If plateform folder doesn't exist then write file name as Plateform/file.lang where Plateform is the name of the plateform and file.lang is the name of file.