Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 545 Bytes

Challenge Time

Introduction

Two words are friends if they have a Levenshtein distance of 1. That is, you can add, remove, or substitute exactly one letter in word X to create word Y. A word’s social network consists of all of it's friend, all of it's friends friends, and all of it's friends friends friends.

Problem

Write a program in your favorite dynamic language that efficiently finds the social network for any given word, using the word list provided.

Submission

Please email your completed program to [email protected]