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.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: linked_list.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: list.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: my_list.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: leetcode_two_sum.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: space_complexity.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: time_complexity.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: worst_best_time_complexity.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: array_hash_map.cpp
* Created Time: 2022-12-14
* Author: msk397 (machangxinq@gmail.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: hash_map.cpp
* Created Time: 2022-12-14
* Author: msk397 (machangxinq@gmail.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: binary_search.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: hashing_search.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: linear_search.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: bubble_sort.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: insertion_sort.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: merge_sort.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: quick_sort.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: array_queue.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: array_stack.cpp
* Created Time: 2022-11-28
* Author: qualifier1024 (2539244001@qq.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: deque.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: linkedlist_queue.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: linkedlist_stack.cpp
* Created Time: 2022-11-28
* Author: qualifier1024 (2539244001@qq.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: queue.cpp
* Created Time: 2022-11-28
* Author: qualifier1024 (2539244001@qq.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: stack.cpp
* Created Time: 2022-11-28
* Author: qualifier1024 (2539244001@qq.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: avl_tree.cpp
* Created Time: 2022-12-2
* Author: mgisr (maguagua0706@gmail.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: binary_search_tree.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: binary_tree.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: binary_tree_bfs.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: binary_tree_dfs.cpp
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: PrintUtil.hpp
* Created Time: 2021-12-19
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: PrintUtil.hpp
* Created Time: 2021-12-19
* Author: Krahets (krahets@163.com), msk397 (machangxinq@gmail.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: PrintUtil.hpp
* Created Time: 2021-12-19
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: PrintUtil.hpp
* Created Time: 2021-12-19
* Author: Krahets (krahets@163.com)