Fix the file headers.

This commit is contained in:
krahets
2023-04-23 19:36:07 +08:00
parent 3590262c7e
commit de579aa3f4
24 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
// File: worst_best_time_complexity.go
// File: worst_best_time_complexity_test.go
// Created Time: 2022-12-13
// Author: msk397 (machangxinq@gmail.com), cathay (cathaycchen@gmail.com)

View File

@ -1,4 +1,4 @@
// File: intHeap.go
// File: heap.go
// Created Time: 2023-01-12
// Author: Reanon (793584285@qq.com)

View File

@ -1,4 +1,4 @@
// File: binary_search.go
// File: hashing_search.go
// Created Time: 2022-12-12
// Author: Slone123c (274325721@qq.com)

View File

@ -1,4 +1,4 @@
// File: binary_search.go
// File: hashing_search_test.go
// Created Time: 2022-12-12
// Author: Slone123c (274325721@qq.com)

View File

@ -1,4 +1,4 @@
// File: leetcode_two_sum.go
// File: leetcode_two_sum_test.go
// Created Time: 2022-11-25
// Author: reanon (793584285@qq.com)

View File

@ -1,4 +1,4 @@
// File: count_sort_test.go
// File: counting_sort_test.go
// Created Time: 2023-03-20
// Author: Reanon (793584285@qq.com)