Re-translate the Japanese version (#1871)

* Retranslate Japanese docs with GPT-5.4

* Retranslate Japanese code with GPT-5.4
This commit is contained in:
Yudong Jin
2026-03-30 07:30:15 +08:00
committed by GitHub
parent fe6443235b
commit d7b2277d2b
1444 changed files with 83312 additions and 8363 deletions

View File

@@ -1,8 +1,8 @@
# PEP 585に従う - 標準コレクションでの型ヒント
# Follow the PEP 585 - Type Hinting Generics In Standard Collections
# https://peps.python.org/pep-0585/
from __future__ import annotations
# 共通ライブラリをここでインポートして、`from module import *`でコードを簡潔にする
# Import common libs here to simplify the code by `from module import *`
from .list_node import (
ListNode,
list_to_linked_list,
@@ -16,4 +16,4 @@ from .print_util import (
print_tree,
print_dict,
print_heap,
)
)