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.
- Host: GitHub
- URL: https://github.com/taneshqgupta/cses_rust
- Owner: taneshqGupta
- Created: 2025-06-24T12:19:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T13:24:01.000Z (5 months ago)
- Last Synced: 2025-06-24T14:34:39.160Z (5 months ago)
- Topics: algorithms, algorithms-and-data-structures, competitive-programming, cses-solutions, rust
- Language: Rust
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)