...

/

Untitled Masterpiece

Try to solve the Word Ladder problem.

Statement

Given two words, src and dest, and a list, words, return the number of words in the shortest transformation sequence from src to dest. If no such sequence can be formed, return 00.

A transformation sequence is a sequence of words ((src →\to word1word_1 →\to ...

Access this course and 1200+ top-rated courses and projects.