Word Ladder at Tekion
Hard44.9% acceptance
This problem has 62.5% frequency at Tekion.
Problem Description
A **transformation sequence** from word `beginWord` to word `endWord` using a dictionary `wordList` is a sequence of words `beginWord -> s1 -> s2 -> ... -> sk` such that: * Every adjacent pair of words differs by a single letter. * Every `si` for `1 <= i <= k` is in `wordList`. Note that `begin...
Read full problem and hintsTopics
Also asked at 36 companies
More Tekion Questions
Most Stones Removed with Same Row or ColumnMediumTwo SumEasyRotting OrangesMediumLongest String ChainMediumIs SubsequenceEasy
View all Tekion questions