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

https://github.com/arsho/cses

Solutions to the problems of CSES https://cses.fi/problemset/
https://github.com/arsho/cses

Last synced: over 1 year ago
JSON representation

Solutions to the problems of CSES https://cses.fi/problemset/

Awesome Lists containing this project

README

          

CSES Solutions
==================

The following table contains the solutions of competitive problems listed in the [CSES Problem Set](https://cses.fi/problemset/)
:

| Problem | Category | Solution |
| --- | --- | --- |
| [Weird Algorithm](https://cses.fi/problemset/task/1068) | Introductory Problems | [Solution](solutions/Weird_Algorithm) |
| [Repetitions](https://cses.fi/problemset/task/1069) | Introductory Problems | [Solution](solutions/Repetitions) |
| [Permutations](https://cses.fi/problemset/task/1070) | Introductory Problems | [Solution](solutions/Permutations) |
| [Number Spiral](https://cses.fi/problemset/task/1071) | Introductory Problems | [Solution](solutions/Number_Spiral) |
| [Missing Number](https://cses.fi/problemset/task/1083) | Introductory Problems | [Solution](solutions/Missing_Number) |
| [Increasing Array](https://cses.fi/problemset/task/1094) | Introductory Problems | [Solution](solutions/Increasing_Array) |
| [Apartments](https://cses.fi/problemset/task/1084) | Sorting and Searching | [Solution](solutions/Apartments) |
| [Distinct Numbers](https://cses.fi/problemset/task/1621) | Sorting and Searching | [Solution](solutions/Distinct_Numbers) |
| [Maximum Subarray Sum](https://cses.fi/problemset/task/1643) | Sorting and Searching | [Solution](solutions/Maximum_Subarray_Sum) |