[Python] 파이썬/Leetcode_14Days plan for DataStructure

[Leetcode] 101. Symmetric Tree {Day 11 Tree} (In Python)

두부군_ 2021. 12. 8. 01:45

코드들은 https://github.com/Eastar-DS/Python/tree/main/14%20Days%20Study%20Plan%20about%20Data_Structure에도 있습니다

 

엄청 애먹은 문제... 진짜 이런거 풀이는 누가 생각해내는건지 대단해... 반쪼개서 난리쳐보려고하는데 처음노드부터 left와 마지막노드부터 right를 비교하면 된다는 아이디어부터 감탄만나온다.