Skip to content

nathantypanski/cs4414-ps0

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

About

Problem Set 0 for CS4414

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages