legion2003 / Master-DSA

A repository for beginners to advanced to contribute DSA codes and algorithm for Hacktoberfest and get started with open source contributing and alongside mastering your DSA skills
MIT License
3 stars 1 forks source link
cpp dsa hacktoberfest

Hacktoberfest22⭐ Master Algorithms in the Best Way

About

The sole purpose of this repository/project is to help people master algorithms which increases your optimization and time reduction skills which helps everywhere. The repository also contains some of the competitive program solutions particularly Codeforces contest solutions. As a part of Hacktoberfest Code of Conduct no spamming or irrelevant PRs will be accepted.

How this benefits everyone✨

For Contributors - You contibute code for the algorithm/topic asked in the issue with proper comments wherever required. Your code will reviewed by me and merged only if it is the best in terms of Time and Space complexity else you will recieve an improvement feedback from me which will help you improve.

For Viewers - You get to see a curated best code for the algorithems and learn from it, which is the fastest way to learn and helps you retain it.

How to Contribute

git add .
git commit -m"<Name of your Algorithm>"
git push

To get a detailed explanation of the above steps refer to the following videos

If you find this repository Helpful consider leaving :star: