Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 353 Bytes

File metadata and controls

4 lines (3 loc) · 353 Bytes

Some Guidelines to follow before adding Algorithm / Data structure to the DSA Folder

  1. Create a Specific Folder for the particular Data Structure (only if not created already), add your Code File with proper Name for the Data Structure / Algorithm.
  2. Maintain Code Readibility, add appropriate comments in the Code File wherever needed.