π Getting Started To explore the solutions:
Navigate to the folder of the day you're interested in.
Open Question.txt to read the problem statement.
Review the solution in Filename.java. (Solution)
Here's how the structure looks:
Java-Practice/src/main/java/CodePractice
βββ Codeday1/
β βββ Question.txt
β βββ Solution1.java //File or Project name
β βββ Solution2.java
β βββ Solution3.java
βββ Codeday2/
β βββ Question.txt
β βββ Solution1.java
β βββ Solution2.java
β βββ Solution3.java
βββ Codeday3_Topic_name/
β βββ Question.txt
β βββ Solution1.java
β βββ Solution2.java
β βββ Solution3.java
...
Feel free to clone the repository and try solving the problems on your own before checking my solutions.
## π€ Contributing
Contributions are welcome! If you have suggestions, improvements, or additional problems and solutions, you can:
- Open an issue to discuss your ideas.
- Submit a pull request with your enhancements or new content.
## π License
This project is licensed under the MIT License. For more details, see the `[LICENSE](LICENSE)` file.
## π¬ Connect with Me
Have questions, suggestions, or just want to connect? Reach out to me on `[GitHub](https://github.com/deepshikhavishwakarma)`.
Thank you for visiting my repository. Happy coding! π