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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
/*
/**
* File: hash_map.java
* Created Time: 2022-12-04
* Author: Krahets (krahets@163.com)

View File

@@ -1,4 +1,4 @@
/*
/**
* File: hash_map.java
* Created Time: 2022-12-04
* Author: Krahets (krahets@163.com)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
/*
/**
* File: avl_tree.java
* Created Time: 2022-12-10
* Author: Krahets (krahets@163.com)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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