Skip to content

This repo contains problems asked in coding technical interviews. Hands on programming for real world problems and optimal solution

License

Notifications You must be signed in to change notification settings

voiceofpanky/java_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Problems

This repository contains a collection of coding problems commonly asked in technical interviews. Each problem is solved using Java, with a focus on hands-on programming and optimal solutions.

Features

  • Real-world coding interview problems
  • Clean and efficient Java solutions
  • Explanations and comments for clarity
  • Organized by topic and difficulty

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/java_problems.git
    cd java_problems
  2. Open in VS Code (recommended):

    code .
  3. Run and test solutions:

    • Use your preferred Java IDE or command line tools.
    • Example (using javac and java):
      javac src/ProblemName.java
      java src.ProblemName

Contributing

Contributions are welcome! Please open issues or submit pull requests for new problems, solutions, or improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This repo contains problems asked in coding technical interviews. Hands on programming for real world problems and optimal solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages