Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.7 KB

README.md

File metadata and controls

37 lines (27 loc) · 2.7 KB

Data_Structures_and_Algorithm😎

Hey folks, this is the repository to prepare a fully complete list of self explained and optimized codes for all important Data structure and Algorithms we frequently use. Only language accepted here is C++

Welcome 😄

Contributing Guidelines:✨

To start contributing, follow these steps 👇:

  1. Star ⭐ the repository (not necessary but it helps maintainers).
  2. Fork 🍴 it.
  3. Create Branch 🌿 with your feature <feature> with meaningful names.
  4. Push changes.
  5. Submit Pull Request 😄.

Code Guidelines:

  1. Codes should be only in C++.
  2. Appropriate comments should be included in the codes. <important>
  3. Use of meaningful variable names is encouraged.

Style Guide:

Follow this style guide to add sample programs:

  1. Naming Style: For example if you are adding a code related to Dynamic Programming do give proper name eg-Knapsack-DP.cpp, fibonacci-DP.cpp and save it in under the related folder.

  2. Add the following comment header in every program. The comment header should always be at the top of program.

    Author : this must be your name
    Date : Date format dd/mm/yyyy
    Time : Time format hh:mm
    Description : description should be small & one liner. 
    

Connect with me:

    |E-Mail|     |Twitter|     |LinkedIn|     |Instagram|   |Web|