mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
assignment 1~5: fixes
- assignment05/pascal.mlw: lowered the difficulty (one more invariant given) - assignment02, 03: minor fixes & divide into sub-problems
This commit is contained in:
13
src/assignments/assignment02/mod.rs
Normal file
13
src/assignments/assignment02/mod.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
//! Assignment 2: Mastering common programming concepts (1/2).
|
||||
//!
|
||||
//! The primary goal of this assignment is to re-learn the common programming concepts in Rust, especially those in the Rust Book chapters 3 and 5.
|
||||
//! Please make sure you're comfortable with the concepts to proceed on to the next assignments.
|
||||
//!
|
||||
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-02.sh` works fine.
|
||||
//! See `*_grade.rs` and `/scripts/grade-02.sh` for the test script.
|
||||
|
||||
pub mod small_problems;
|
||||
mod small_problems_grade;
|
||||
|
||||
pub mod vec_and_mat;
|
||||
mod vec_and_mat_grade;
|
||||
Reference in New Issue
Block a user