Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 325 Bytes

File metadata and controls

7 lines (7 loc) · 325 Bytes

Contributions

  • All the codes should be modular.
  • Name of the file should be algorithm's name and first letter of file should be capital.
  • Code written should be readable.
  • Variable names should be logical and understandable. Like int x; //This is not allowed
  • Same algorithm can be submitted in different languages.