An open API service indexing awesome lists of open source software.

https://github.com/sidmishraw/cses

CSES problem set solutions - problem set at https://cses.fi/problemset/list/
https://github.com/sidmishraw/cses

cses

Last synced: 12 days ago
JSON representation

CSES problem set solutions - problem set at https://cses.fi/problemset/list/

Awesome Lists containing this project

README

        

# cses

CSES problem set solutions

## Template

the template is in ./Template.cpp

## Java generation command

./gen.fish .cpp .java

## Java run

jshell .java
|- jshell> .main(new String[0])
..
.. do your i/p
..