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

https://github.com/taneshqgupta/cses_rust

My [Accepted] Solutions to CSES Competitive Programming Problemset written entirely in Rust.
https://github.com/taneshqgupta/cses_rust

algorithms algorithms-and-data-structures competitive-programming cses-solutions rust

Last synced: 5 months ago
JSON representation

My [Accepted] Solutions to CSES Competitive Programming Problemset written entirely in Rust.

Awesome Lists containing this project

README

          

### Rust Solutions to the CSES Problemset [cses.fi](https://cses.fi)

#### Links to my Rust based Solutions ::

#### Introductory Problems :

##### [1. Wierd Algorithm](https://cses.fi/problemset/task/1068)
###### [Solution: https://cses.fi/paste/be34037874a1f1f2ccf2bd/](https://cses.fi/paste/be34037874a1f1f2ccf2bd/)

##### [2. Missing Number](https://cses.fi/problemset/task/1083)
###### [Solution: https://cses.fi/paste/9be15fcbd807fc57ccf409/](https://cses.fi/paste/9be15fcbd807fc57ccf409/)

##### [3. Repetitions](https://cses.fi/problemset/task/1069)
###### [Solution: https://cses.fi/paste/7f39e62b2b1526a5ccfcaf/](https://cses.fi/paste/7f39e62b2b1526a5ccfcaf/)