apply comments

This commit is contained in:
woojin
2023-08-21 19:43:04 +09:00
parent 96cf8f3bf1
commit 20a892a264
43 changed files with 77 additions and 1122 deletions

View File

@@ -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;