mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-16 06:58:45 +00:00
polish
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
//! Assignment 11: Familiarizing with smart pointers.
|
||||
//!
|
||||
//! You should fill out `todo!()` placeholders in such a way that `/scripts/grade-11.sh` works fine.
|
||||
//! See `assignment11_grade.rs` and `/scripts/grade-11.sh` for the test script.
|
||||
//! See `assignment11/*_grade.rs` and `/scripts/grade-11.sh` for the test script.
|
||||
//! Run `/scripts/prepare-submissions.sh` and submit `/target/assignment11.zip` to <https://gg.kaist.ac.kr>.
|
||||
|
||||
pub mod doubly_linked_list;
|
||||
mod doubly_linked_list_grade;
|
||||
|
||||
pub mod graph;
|
||||
mod graph_grade;
|
||||
|
||||
pub mod linked_list;
|
||||
pub mod mock_storage;
|
||||
pub mod mock_storage_grade;
|
||||
|
||||
pub mod tv_room;
|
||||
pub mod tv_room_grade;
|
||||
|
||||
mod graph_grade;
|
||||
mod linked_list_grade;
|
||||
mod mock_storage_grade;
|
||||
mod tv_room_grade;
|
||||
|
||||
Reference in New Issue
Block a user