Skip to content

127. Word Ladder - #60

Open
skypenguins wants to merge 1 commit into
mainfrom
leetcode/arai60/problem-127
Open

127. Word Ladder#60
skypenguins wants to merge 1 commit into
mainfrom
leetcode/arai60/problem-127

Conversation

@skypenguins

Copy link
Copy Markdown
Owner

127. Word Ladder

@skypenguins skypenguins self-assigned this Jul 29, 2026
Comment thread memo.md
return distance

for i in range(len(word)):
for c in "abcdefghijklmnopqrstuvwxyz":

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string.ascii_lowercase を使うことをお勧めいたします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants