Live Lecture: Word Ladder

In this video we will solve LeetCode 127. We start by building a graph, and finish by doing breadth first search to find the shortest path between the startWord and the endWord.

Find the code here: Leetcode 127