mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-16 06:58:45 +00:00
apply comments
This commit is contained in:
@@ -4,15 +4,6 @@
|
||||
//! 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 linked_list;
|
||||
mod linked_list_grade;
|
||||
|
||||
pub mod peano_nat;
|
||||
mod peano_nat_grade;
|
||||
|
||||
pub mod bst;
|
||||
mod bst_grade;
|
||||
|
||||
pub mod doubly_linked_list;
|
||||
mod doubly_linked_list_grade;
|
||||
|
||||
@@ -24,6 +15,3 @@ pub mod mock_storage_grade;
|
||||
|
||||
pub mod tv_room;
|
||||
pub mod tv_room_grade;
|
||||
|
||||
pub mod turing_machine;
|
||||
pub mod turing_machine_grade;
|
||||
|
||||
Reference in New Issue
Block a user