rust-stuco / homeworks

Homework handouts, reference solutions, and autograders
0 stars 0 forks source link

Hw7 draft #24

Closed connortsui20 closed 7 months ago

connortsui20 commented 8 months ago

Added 3 relatively easy iterator exercises, ripped straight from a 150 homework. Tests included that may or may not have been generated with the help of AI :D

This by itself is not enough. We need some sort of way to tests understanding of the Fn traits and closures, but I am honestly not sure of a good problem with a good motivation to actual have them do.

I'm making this PR just so you guys can see it, this is very far from done.

connortsui20 commented 8 months ago

There are 2 parts to this homework

I honestly don't know if this is too easy or too hard. If it is too much, we can take out either the double or interleave iterators.

I think it is okay for this to be on the harder end since they basically didn't have a homework in week 6 and by now everyone should probably have already passed

connortsui20 commented 7 months ago

This homework will be worth 150 points. I don't know exactly how I'll break it down yet.