Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.35 KB

File metadata and controls

48 lines (44 loc) · 1.35 KB

Rules

  • Do not spam!
  • Do not copy paste codes write your own code.
  • Refer Hello_Multi_Programming to understand the structure.
  • Maintain the structure as follows
Program_Category [This is a main folder]
1. Program_Category_Name
1. Program_Name

src : Contains Program same as folder name in different languages
README.md : Problem Statement, Solution in different Programming Language with its hyperlink

2. README.md

Program Name List of respective category

2. README.md

Category List


  • Update the both main README.md as well as respective folder README.md
  • Try to add comments in your code so that it is more understandable.
  • Try to intend your code so that it is more readable.
  • Make sure that your code is genuine and working before submitting PR.

Instructions

  1. Drop a ⭐ on the Github repo.
  2. Fork this repo.
  3. Add a respective files and folders.
  4. Update README.md
  5. Commit the code.
  6. Create Pull Request.