Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 416 Bytes

File metadata and controls

7 lines (4 loc) · 416 Bytes

#Lab8

1. Experimented with the word ladder ex. The 4 word one is in the Lab8 Folder under wordladder4words.py

2. Made it work for the changed edit distance by having it build a list of anagrams of the edit string and then yielding those anagrams. It takes a really long time to run relative to the last one as it has to check a lot more pairs.

3. Created Repo for project