Connect the dots in order to make a picture!
- There are 2-26 dots labelled
a
b
c
... - The line char is
*
- Use only straight lines - vertical, horizontal, or diagonals of a square
- The paper is rectangular -
\n
terminates every line - All input is valid
Input | Expected |
---|---|
a b e d c |
********* * * * * ********* |
Input | Expected |
---|---|
a e d b c |
* * * * * * * * * * * * |