Skip to content

kbhujbal/Problem-Solving

Repository files navigation

Coding Problems Solutions

Welcome to my repository! This is a collection of my solutions to coding problems that I solve daily. All solutions are implemented in Java.

📁 Repository Structure

Each problem is stored in a separate file, named after the problem title or ID. The file contains the Java solution along with comments explaining the approach and logic.

🚀 How to Use

  1. Browse through the files to find the problem you're interested in.
  2. Each file contains the Java solution and comments explaining the logic.
  3. Feel free to use the code as a reference or for learning purposes.

📝 Problem Sources

I solve problems from various platforms, including but not limited to:

💡 Motivation

This repository serves as a personal log of my progress in solving coding problems. It also acts as a reference for anyone looking for Java-based solutions to common algorithmic challenges.

🛠️ Tools & Technologies

  • Language: Java
  • Tools: VS Code
  • Version Control: Git & GitHub

🤝 Contributing

While this is primarily a personal repository, I welcome suggestions, improvements, or alternative solutions. Feel free to open an issue or submit a pull request!

📅 Daily Goal

My goal is to solve at least two problems every day and document my progress here. Consistency is key!

Happy Coding! 🚀