Welcome to the Amity Coding Challenge - September 2025 repository! This project is designed for participants to showcase their coding skills and solutions for the Amity monthly challenge.
This repository contains solutions and code submissions for the Amity Coding Challenge held in September 2025. The challenge aims to encourage problem-solving, algorithmic thinking, and collaborative coding practices.
To get started, clone the repository:
git clone https://github.com/dhanachavan/amity-coding-challenge-sep-2025.git
cd amity-coding-challenge-sep-2025Make sure you have the required dependencies installed. Most problems can be solved using Python, but check the individual problem folders for language-specific requirements.
amity-coding-challenge-sep-2025/
├── challenge-1/
├── challenge-2/
├── README.md
└── ...
Contributions are welcome! Please open an issue or submit a pull request if you have suggestions or improvements.
- Fork the repo
- Create your feature branch (
git checkout -b feature/amity-2025) - Commit your changes (
git commit -am 'Add new solution') - Push to the branch (
git push origin feature/amity-2025) - Open a Pull Request
This repository is licensed under the MIT License.
Happy Coding! 🚀