cs220
cs220 copied to clipboard
[Homework 7] Mastering advanced types (2/2) (due: 2022-11-04 23:59:59)
Understanding generics, traits, and lifetimes.
-
Read the description here. You're going to fill out the
todo!()
s. -
You can grade your solution yourself by running
./scripts/grade-07.sh
. -
Submit your code here.
-
We will accept pull requests until 10/28 for adding extra test cases. Feel free to make a PR if you think we need more test cases.
-
If you get a linking error when compiling, try
cargo clean
. -
IMPORTANT: If there is extra test cases, we will nullify all previous submissions on 10/28. Please keep this in mind and submit your solution again after 10/28.
-
IMPORTANT: only the last submission counts. Please make sure the last submission succeeds.
-
IMPORTANT: don't fork this repository. It'll be public!