Skip to content

Latest commit

Β 

History

History
44 lines (33 loc) Β· 1.4 KB

File metadata and controls

44 lines (33 loc) Β· 1.4 KB

πŸš€ 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! 😊