Completed LeetCode problem #127 - Word Ladder

https://leetcode.com/problems/word-ladder/description/

they used a 5000 word list in one test case and caused my code to time out. otherwise, my code worked just fine.

Comments

Popular posts from this blog

Completed the LeetCode #2 adding two numbers