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/
- Host: GitHub
- URL: https://github.com/arsho/cses
- Owner: arsho
- Created: 2021-04-04T06:30:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T16:37:29.000Z (about 5 years ago)
- Last Synced: 2025-01-28T04:46:15.849Z (over 1 year ago)
- Language: Python
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |