Sunday, 29 November 2015

Longest word with adjacent letters on a keyboard


What is the longest English word you can type using only letters that are adjacent on a QWERTY keyboard?


You can start anywhere and then either repeat the previous letter or move to an adjacent one.


For convenience of those who don't have a QWERTY keyboard, it looks like this.


 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
| Q | W | E | R | T | Y | U | I | O | P |
└─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┘

| A | S | D | F | G | H | J | K | L |
└─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┘
| Z | X | C | V | B | N | M |
└───┴───┴───┴───┴───┴───┴───┘

I found this puzzle on the Internet and I don't have a definitive solution.




No comments:

Post a Comment