An open API service indexing awesome lists of open source software.

https://github.com/thatbeautifuldream/cses-java

CSES Problem Set Solutions in Java. ☕️
https://github.com/thatbeautifuldream/cses-java

cses cses-java cses-problem-set-solution cses-solutions

Last synced: 5 months ago
JSON representation

CSES Problem Set Solutions in Java. ☕️

Awesome Lists containing this project

README

          

# CSES Problem Set Solutions in `Java`

Accepted solution for CSES Problems.

![cses-java](https://socialify.git.ci/thatbeautifuldream/cses-java/image?description=1&font=Inter&language=1&name=1&owner=1&theme=Dark)

# CSES Solutions

These are the accepted solutions to the [CSES Problem Set](https://cses.fi/problemset/), written in Java by [(Milind Mishra)](https://cses.fi/user/55724).

| Problem Type | Number Solved |
|-----------------------|:-------------:|
| Introductory Problems | 2/19 |
| Sorting and Searching | 0/35 |
| Dynamic Programming | 0/19 |
| Graph Algorithms | 0/36 |
| Range Queries | 0/19 |
| Tree Algorithms | 0/16 |
| Mathematics | 0/31 |
| String Algorithms | 0/17 |
| Geometry | 0/7 |
| Advanced Techniques | 0/24 |
| Additional Problems | 0/77 |
| **Total** | **2/300** |

# Table of Contents

## Introductory Problems
1. [Weird Algorithm]()
1. [Missing Number]()
1. [Repetitions]()
1. [Increasing Array]()
1. [Permutations]()
1. [Number Spiral]()
1. [Two Knights]()
1. [Two Sets]()
1. [Bit Strings]()
1. [Trailing Zeros]()
1. [Coin Piles]()
1. [Palindrome Reorder]()
1. [Gray Code]()
1. [Tower of Hanoi]()
1. [Creating Strings]()
1. [Apple Division]()
1. [Chessboard and Queens]()
1. [Digit Queries]()
1. [Grid Paths]()

## Tech Stack

**Programming Language:** `Java`

## Authors

- [@thatbeautifuldream](https://www.github.com/thatbeautifuldream)