MCPcopy Create free account
hub / github.com/aylei/leetcode-rust / Solution

Class Solution

src/solution/s0127_word_ladder.rs:48–48  ·  view source on GitHub ↗

* [127] Word Ladder * * Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequence from beginWord to endWord, such that: * * * Only one letter can be changed at a time. * Each transformed word must exist in the word list. Note that beginWord is not a transformed word. * * * Note: * * * Return 0 if

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected