Hello Hackers! HacktoberFest has begun again for year 2021, and everyone's excited to get started! Contribute between:
Create a Pull request and add any feature update to the repository.
1) Star⭐ and Fork this repository.
2) Choose your favourite programming language.
3) Add valid program (or code) on that sub repository.
4) Don't forget to add the problem statement , comments and complexity.
- Create a branch
git clone <link>
- Make your changes.
- Commit and push your code.
git add .
git commit -m 'Commit message'
git push origin branch-name
5) Commit the change and generate a valid pull request.
6) After carefully reviewing your code , if it is valid then it will be merged otherwise discarded.