HACKER Q&A
📣 philonoist

Where can I get practice problem sets to code in Rust?


I want algorithmic problems as well as basic problems like FizzBuzz.


  👤 sundarurfriend Accepted Answer ✓
A lot of people seem to be using this Advent of code as a chance to practice Rust. There's also the past AOC puzzles in the archive, and the usual Project Euler, SPOJ, CodeChef, etc with varying difficulties of questions.