week9 comment

This commit is contained in:
2021-04-28 23:18:35 +08:00
parent c910888f44
commit fe0bff9dae
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/*
* Author: Walter
* Student ID: 1930006025
* Week_9_task_8
* HeapSort
*/
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -1,3 +1,10 @@
/*
* Author: Walter
* Student ID: 1930006025
* Week_9_task_8
* HeapSort
*/
#include <time.h>