Accepted solution for CSES Problems.
These are the accepted solutions to the CSES Problem Set, written in Java by (Milind Mishra).
| 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 |
- Weird Algorithm
- Missing Number
- Repetitions
- Increasing Array
- Permutations
- Number Spiral
- Two Knights
- Two Sets
- Bit Strings
- Trailing Zeros
- Coin Piles
- Palindrome Reorder
- Gray Code
- Tower of Hanoi
- Creating Strings
- Apple Division
- Chessboard and Queens
- Digit Queries
- Grid Paths
Programming Language: Java