Skip to content
/ word-challenge Public template

Find the longest word in the dictionary that doesn't include letters that can't be displayed on a 7 bit display.

Notifications You must be signed in to change notification settings

crowdform/word-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Challenge

Find the longest word in the dictionary that doesn't include letters that can't be displayed on a series of Seven-segment display.

  • Take a look at the image below of the alphabet displayed on Seven-segment displays. Discard the letters you can't make out and write a node script that finds the longest possible word thats in the dictionary with the letters you have left.

The dictionary is provided under ./dictionary.txt

Alphabet Seven-segment display

Installation

  • git clone https://github.com/crowdform/word-challenge
  • cd word-challenge
  • yarn install
  • yarn start

Build for production

  • yarn build
  • yarn serve

About

Find the longest word in the dictionary that doesn't include letters that can't be displayed on a 7 bit display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published