Git Product home page Git Product logo

nprtelephonewordspuzzler's Introduction

Telephone Words Puzzler for 2/7/2016

Unfortunately, I didn't see this puzzle until this week. And, I also didn't figure out the trick on my own. However, I wrote a program to generate all words of length $n$ using only the $m$'th letter(out of three) on a rotary telephone. This looks like this:

sh generate list 3 9 listOfWords

which would scan the list of words for length 9 words that only use the letters "a","d","g","j","m","p","t", and "w". It returns these as a list.

A fun thing to do(IMO) would be to learn some of these and write poems or stories with them.

Modern telephones

Modern telephones have "q" and "z" where-as the older phones did not. To accomidate this modification, I wrote another script which is in a subdirectory. The main change is that you can request m=4 now(which only returns two values "s" and "z"), and your other lists for m=2 and m=3 change.

Lists of letters

For the rotary telephones

First letters: "adgjmptw"
Second letters: "behknrux"
Third letters: "cfilosvy"

For the modern telephones

First letters: "adgjmptw"
Second letters: "behknqux"
Third letters: "cfilorvy"
Fourth letters: "sz"

nprtelephonewordspuzzler's People

Contributors

bbischof avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.