mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
Fix the file headers.
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// File: intHeap.go
|
||||
// File: heap.go
|
||||
// Created Time: 2023-01-12
|
||||
// Author: Reanon (793584285@qq.com)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// File: binary_search.go
|
||||
// File: hashing_search.go
|
||||
// Created Time: 2022-12-12
|
||||
// Author: Slone123c (274325721@qq.com)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// File: binary_search.go
|
||||
// File: hashing_search_test.go
|
||||
// Created Time: 2022-12-12
|
||||
// Author: Slone123c (274325721@qq.com)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// File: count_sort_test.go
|
||||
// File: counting_sort_test.go
|
||||
// Created Time: 2023-03-20
|
||||
// Author: Reanon (793584285@qq.com)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user