4 lines
103 B
Python
4 lines
103 B
Python
# https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/
|
|
if __name__ == "__main__":
|
|
pass
|