Pick a random problem from the CSES Problem Set to work on.
| cmd/picker | remove ~~ as they render as strikethough in markdown | |
| data | cleanup | |
| .gitignore | cleanup | |
| example.png | Makefile & Readme added | |
| LICENSE | add License | |
| Makefile | cleanup | |
| README.md | cleanup | |
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
- Install the Hare language
- Clone the repository
$ git clone https://git.sr.ht/~bugwhisperer/cses-problem-picker
$ cd cses-problem-picker
- Build the program
$ make
- 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