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,5 +1,5 @@
"""
File: find_nodes-preorder.py
File: preorder_traversal_i_compact.py
Created Time: 2023-04-15
Author: Krahets (krahets@163.com)
"""

View File

@ -1,5 +1,5 @@
"""
File: find_paths-preorder.py
File: preorder_traversal_ii_compact.py
Created Time: 2023-04-15
Author: Krahets (krahets@163.com)
"""

View File

@ -1,5 +1,5 @@
"""
File: find_constrained_paths_template.py
File: preorder_traversal_iii_compact.py
Created Time: 2023-04-15
Author: Krahets (krahets@163.com)
"""

View File

@ -1,5 +1,5 @@
"""
File: find_constrained_paths_template.py
File: preorder_traversal_iii_template.py
Created Time: 2023-04-15
Author: Krahets (krahets@163.com)
"""