1
0
Fork
You've already forked cses-problem-picker
0
Pick a random problem from the CSES Problem Set to work on.
  • Hare 87.4%
  • Makefile 12.6%
2025年03月24日 08:22:12 -04:00
cmd/picker remove ~~ as they render as strikethough in markdown 2025年03月24日 08:22:12 -04:00
data cleanup 2025年02月27日 14:18:12 -05:00
.gitignore cleanup 2025年02月27日 14:18:12 -05:00
example.png Makefile & Readme added 2025年02月27日 12:33:27 -05:00
LICENSE add License 2025年02月27日 08:33:56 -05:00
Makefile cleanup 2025年02月27日 14:18:12 -05:00
README.md cleanup 2025年02月27日 14:18:12 -05:00

CSES Random Problem Picker 🐙

Want to to work on solving algorithms, but can't be bothered to pick one out? CSES-Picker is here to help!

This program will select a problem from the CSES problemset for you to solve and will output the details to your terminal. Happy coding! 🐙

Picker output of selected CSES problem to terminal

Installation: Building from source

  1. Install the Hare language
  2. Clone the repository
$ git clone https://git.sr.ht/~bugwhisperer/cses-problem-picker
$ cd cses-problem-picker
  1. Build the program
$ make
  1. Run the program
$ ./cses-picker

Uninstall

If you make local changes to the code and want to rebuild you can re-run make or clean up the binary and any output files uses:

$ make clean