cses-java

CSES Problem Set Solutions in Java

Accepted solution for CSES Problems.

cses-java

CSES Solutions

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

Table of Contents

Introductory Problems

  1. Weird Algorithm
  2. Missing Number
  3. Repetitions
  4. Increasing Array
  5. Permutations
  6. Number Spiral
  7. Two Knights
  8. Two Sets
  9. Bit Strings
  10. Trailing Zeros
  11. Coin Piles
  12. Palindrome Reorder
  13. Gray Code
  14. Tower of Hanoi
  15. Creating Strings
  16. Apple Division
  17. Chessboard and Queens
  18. Digit Queries
  19. Grid Paths

Tech Stack

Programming Language: Java

Authors