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. ☕️
- Host: GitHub
- URL: https://github.com/thatbeautifuldream/cses-java
- Owner: thatbeautifuldream
- Created: 2021-12-20T22:17:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T15:33:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T10:41:37.956Z (10 months ago)
- Topics: cses, cses-java, cses-problem-set-solution, cses-solutions
- Language: Java
- Homepage: https://thatbeautifuldream.github.io/cses-java/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSES Problem Set Solutions in `Java`
Accepted solution for CSES Problems.

# 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)