Thank you for considering contributing to this repository! This project collects solutions to problems from Daily Coding Problem in various programming languages.
GitHub Repository: https://github.com/blackphoenix42/Daily-Coding-Problem-Solutions
Click the Fork button at the top-right of the repository page to create your own copy.
Clone your fork to your local machine:
git clone https://github.com/YOUR_USERNAME/Daily-Coding-Problem-Solutions.gitSelect an unsolved or existing problem you want to solve or improve. If you are unsure, feel free to open an issue.
-
Navigate to the appropriate company directory (
google,amazon, etc.). If it doesn't exist, feel free to create one. -
Add your solution file using the following naming format: Example:
Day123.cpp -
Include a comment at the top of your solution file with:
-
Problem number
-
Problem description
-
Date of submission
-
Your name (optional)
Make sure your code compiles/runs without errors and gives the correct result.
git checkout -b add-day-123-solution
git add .
git commit -m "Problem 123 | <difficulty level> | <company name> - <brief description>"
git push origin add-day-123-solutionGo to your forked repository and click the Compare & Pull Request button. Make sure to:
- Provide a clear title and description
- Full problem statement
- Mention any relevant details or assumptions
- Write clean, readable, and well-commented code
- Avoid plagiarism. Submissions should be your original work.
- Ensure proper file and folder naming
- One pull request per problem/solution is preferred
- Be respectful in discussions
If you have any suggestions to improve the repository or structure, feel free to open an issue or discussion.
Happy coding! 💻🚀
— Ayush Yadav (@blackphoenix42)