Welcome to the repository containing the top 100 Java coding questions! This repository is organized into different categories such as Numbers, Arrays, Advanced Arrays, Strings, and Matrices. Each folder contains a set of questions that will help you to enhance your problem-solving skills.
Topics it contains:
- Basics
- Numbers
- Arrays
- String
- Advanced Arrays
- Matrix
- Pattern
We welcome contributions to this repository! If you have a question that you think should be included, feel free to fork the repository and create a pull request with your addition. Please ensure that your questions are well-documented and include a brief explanation of the solution.
Code100/
├── Basics/
│ ├── Q1.java
│ ├── Q2.java
│ └── ...
├── Numbers/
│ ├── Q1.java
│ ├── Q2.java
│ └── ...
├── Arrays/
│ ├── Q1.java
│ ├── Q2.java
│ └── ...
├── String/
│ ├── Q1.java
│ ├── Q2.java
│ └── ...
├── Advanced Arrays/
│ ├── Q1.java
│ ├── Q2.java
│ └── ...
├── Matrix/
│ ├── Q1.java
│ ├── Q2.java
│ └── ...
└── Pattern/
├── Q1.java
├── Q2.java
└── ...