Jes
March 29, 2025, 11:14pm
1
Hi,
In order to practice logic development with rust, I was looking for some exercises.
Maybe we can share interesting websites together to practice rust?
I discover these for example :
Rust is a general purpose, multi-paradigm, systems programming language sponsored by Mozilla. Its goal is to provide a fast, practical, concurrent language with...
CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.
This one is about challenge not in rust but you can review code with the other challenger if some use rust...
Do you know of any other interesting sites?
jofas
March 30, 2025, 8:32am
2
I've done the exercises on hackerrank in the past. They use an old (1.59.0) Rust version, but when you want to implement text-book algorithms in Rust, it should be fine. Another popular platform is leetcode .
1 Like