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: 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;
}