Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 484 Bytes

Data Structures And Algorithms

Please star the repository

Contribution Guidlines

  • All the codes should be modular.
  • All the codes should be indented.
  • 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.
  • Please Fix only one issue in one pull request