Skip to content

Commit 46ddaab

Browse files
committed
Refine LeetCode 100. Same Tree markdown documentation (Python, Rust, TypeScript)
1 parent 1d0fed7 commit 46ddaab

3 files changed

Lines changed: 156 additions & 381 deletions

File tree

Algorithm/Other/leetcode/100. Same Tree/claude sonnet 4.6 extended/Same_Tree_Python.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ class Solution:
205205
> - **前方参照**:クラスや関数の定義より前に、その型名を文字列 `"ClassName"` で書くPythonの慣用的な書き方。Python 3.10以降は `from __future__ import annotations` で省略できる
206206
207207
```python
208-
# Runtime 0 ms
209-
# Beats 100.00%
210-
# Memory 12.55 MB
211-
# Beats 47.63%
212208
class Solution(object):
213209
def isSameTree(self, p, q):
214210
"""

0 commit comments

Comments
 (0)