Skip to content

Program that accepts a word from a user and a text file of words and returns all the words in the given file that can be formed by removing any 1 letter from the original word

Notifications You must be signed in to change notification settings

Rohaan553/WordFunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordFunnel

Program that accepts a word from a user and a text file of words and returns all the words in the given file that can be formed by removing any 1 letter from the original word.

Test Case

This repository contains the enable1 dictionary. enable1 is a large dictionary containing a significant portion of the entire English language. Try running the program with the enable1.txt file and entering the word "boats". You will get "[bats, boas, boat, bots, oats]".

About

Program that accepts a word from a user and a text file of words and returns all the words in the given file that can be formed by removing any 1 letter from the original word

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages