Skip to content

Tirth1410/CSES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌟 CSES Problem Set Solutions in Java

Java

Welcome to the CSES Problem Set Solutions repository! This repository contains well-documented, efficient, and tested solutions to the CSES Problem Set, all written in Java.


🌐 About the Repository

The CSES Problem Set is a collection of competitive programming problems often used for practice in data structures, algorithms, and mathematical problems. This repository aims to provide:

  • 🎯 Optimal Java solutions
  • 📄 Well-structured and clean code
  • 📚 Detailed explanations and comments

If you are a beginner or an experienced programmer looking to brush up on your skills, feel free to explore and contribute!


🚀 How to Use This Repo

  1. Clone the repository:
    git clone https://github.com/Tirth1410/CSES.git
  2. Navigate to the directory:
    cd CSES
  3. Compile and run any problem's solution:
    javac ProblemName.java
    java ProblemName

Each solution is inside its own file, following the naming convention of the CSES problem.


📂 Directory Structure

Here's how the repository is organized:

cses-java-solutions/
│
├── SortingAndSearching/
│   ├── Missing_Number.java
│   ├── Appartments.java
│   └── ...
├── DynamicProgramming/
│   ├── Dice_Combinations.java
│   ├── Minimizing_Coins.java
│   └── ...
├── GraphAlgorithms/
│   ├── Building_Roads.java
│   ├── Projects.java
│   └── ...
├── README.md
└── LICENSE

About

The solution of CSES problems in JAVA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages