Thank you for your interest in contributing to this Azerbaijani Informatics Olympiad solutions repository! 🎉
- Fork this repository - Create your own copy of the project
- Clone your forked repository - Download it to your local machine
git clone https://github.com/<your-username>/RFO-Solutions.git cd RFO-Solutions
- Create a new branch for your solution - Keep your changes organized
git checkout -b your-branch-name
- Add your solution file with a descriptive name - Use problem titles in filename
- Include comments explaining your approach - Help others understand your logic
- Submit a pull request - Share your contribution with the community
git add . git commit -m "<Your descriptive commit message>" git push origin <your-branch-name>
- Use clear filenames and add explanatory comments
- Follow PEP 8 (Python) or consistent style (C++)
- Include time/space complexity when possible
- Report bugs with test cases
- Suggest optimizations or alternative approaches
- Improve code readability
Happy coding! 🚀