Contributions.guide.LeetCode.Repo_11.43.58.mp4
These steps to how to make a contribution to this Repo
- Follow the same style in the repo
- Fork the repo first
- Follow the following guidelines:
- Open the folder of the month of the problem
- Open the folder of the day of the problem
- Make a file of your solution and follow this pattern
<day>- <name of problem> (<your name>).<file extension>
- for example
1. Word Pattern (Ahmed Hossam).cpp
- for example
- Put this line as a comment on the top of your file:
// Author: <your name>
- Try to write comments to explain your solution
- Redundant solutions will be rejected
- Create a pull request here after that
- I will pin the best solution in the README.md file to be viewed be all users.