Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 456 Bytes

spelling_bee

Find solutions to the NYT's Spelling Bee puzzle.

PUZZLE: https://www.nytimes.com/puzzles/spelling-bee

INPUT:

letters = the 7 letters in the day's puzzle required_letter = the middle letter of the puzzle

OUTPUT:

A list of potential solution words in order from longest to shortest and then in alphabetical order.

Uses the official Scrabble dictionary, Collins 2019 edition.

Not all solutions will be valid in the NYT puzzle.