cs220 icon indicating copy to clipboard operation
cs220 copied to clipboard

[Assignment 9] Iterators (1/2) (due: 11/29, 23:59:59 (KST))

Open Lee-Janggun opened this issue 1 year ago • 2 comments

Get used to using iterators in Rust, part 1.

  • Read the description here. You're going to fill out the todo!()s.

  • You can grade your solution yourself by running ./scripts/grade.sh 9.

  • Submit your code here.

  • IMPORTANT: only the last submission counts. Please make sure the last submission succeeds.

  • IMPORTANT: don't fork this repository. It'll be public!

Lee-Janggun avatar Sep 02 '24 00:09 Lee-Janggun

In /scripts/grade.sh,

    TEST09)
        TESTS=(
            "assignments::assignment09::bigint_grade::test"
            "assignments::assignment09::small_exercises_grade::test"
        )

Is that correct? I guess there is missing "assignments::assignment09::matmul_grade::test" or it's just intended?

Happy Chuseok!

add-ict avatar Sep 14 '24 14:09 add-ict

@add-ict Thanks! We have added the missing test. We have nullified the previous submissions (related issue here), so make sure to submit them again.

Jaewookim08 avatar Sep 23 '24 05:09 Jaewookim08