From fe0bff9daecd2ce0c22c1f3ec7dcea26fb02cc42 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 28 Apr 2021 23:18:35 +0800 Subject: [PATCH] week9 comment --- week9/T8.c | 7 +++++++ week9/T8.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/week9/T8.c b/week9/T8.c index 636f757..f463b33 100644 --- a/week9/T8.c +++ b/week9/T8.c @@ -1,3 +1,10 @@ +/* + * Author: Walter + * Student ID: 1930006025 + * Week_9_task_8 + * HeapSort + */ + #include #include #include diff --git a/week9/T8.h b/week9/T8.h index c370b26..4dec315 100644 --- a/week9/T8.h +++ b/week9/T8.h @@ -1,3 +1,10 @@ +/* + * Author: Walter + * Student ID: 1930006025 + * Week_9_task_8 + * HeapSort + */ + #include