Problem Set 0
This is part one of the Rust tutorial for CS4414. I am a remote student, taking the course to gain experience with operating systems.
File descriptions
collatz.rs
: Calculate the smallest number that requires the given number of collatz steps.fizzbuzz.rs
: Implementation of Fizz Buzz, a simple, common test used on computer programmers.matching.rs
: Solution to An Exercise in Matching from the tutorial.collatz_orig.rs
: The original collatz program, from the tutorial