/longest-word-for-7-segment-display

Rewrite of Tom Scott's original code in Javascript in other languages.

Primary LanguageJavaScriptMIT LicenseMIT

Longest Possible Word For A 7 Segment Digital Display

Originating from Tom Scott's video about the longest word that can be written using a 7 segment digital display.

There are of course some exceptions to letters that can or can't be used, the logical list is g, k, m, q, v, w, x and z with some added by Tom Scott for the sake of his video i and o.

This repo contains versions of the longest word retriever in several languages and as compressed as possible with the original code existing in the original directory.