Skip to content

This repo contains top 100 coding questions to solve

Notifications You must be signed in to change notification settings

tomarmayankk/Code100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code100

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.

Content

Topics it contains:

  • Basics
  • Numbers
  • Arrays
  • String
  • Advanced Arrays
  • Matrix
  • Pattern

Contributing

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.

Folders

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
    └── ...

About

This repo contains top 100 coding questions to solve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages