Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Homework hw4 task2
Some hints, to solve this task with Rust:
- Have a look into the std::mem module.
- Timings with the external crate time is more constructive than the methods in the standard library.