Update the format of the file headers

of c, cpp, java, js, ts, swift.
This commit is contained in:
Yudong Jin
2023-01-06 03:39:19 +08:00
parent fdb102eb16
commit 0e49f0053a
92 changed files with 92 additions and 98 deletions

View File

@ -1,4 +1,4 @@
/*
/**
* File: array.c
* Created Time: 2022-12-20
* Author: MolDuM (moldum@163.com)

View File

@ -1,4 +1,4 @@
/*
/**
* File: time_complexity.c
* Created Time: 2023-01-03
* Author: sjinzh (sjinzh@gmail.com)
@ -172,4 +172,3 @@ int main(int argc, char *argv[]) {
getchar();
return 0;
}

View File

@ -1,4 +1,4 @@
/*
/**
* File: worst_best_time_complexity.c
* Created Time: 2023-01-03
* Author: sjinzh (sjinzh@gmail.com)
@ -52,4 +52,3 @@ int main(int argc, char *argv[]) {
getchar();
return 0;
}

View File

@ -1,4 +1,4 @@
/*
/**
* File: insertion_sort.c
* Created Time: 2022-12-29
* Author: Listening (https://github.com/L-Super)

View File

@ -1,4 +1,4 @@
/*
/**
* File: PrintUtil.h
* Created Time: 2022-12-21
* Author: MolDum (moldum@163.com)
@ -26,5 +26,3 @@ static void printArray(int* arr, int n)
}
printf("%d]\n", arr[n-1]);
}

View File

@ -1,4 +1,4 @@
/*
/**
* File: include.h
* Created Time: 2022-12-20
* Author: MolDuM (moldum@163.com)
@ -11,5 +11,3 @@
#include <time.h>
#include "PrintUtil.h"