Sha256: b58a851aa2c57bd15f632ffbaa55c99752d84d59de32c8f9050176636a8a3b27
Contents?: true
Size: 518 Bytes
Versions: 66
Compression:
Stored size: 518 Bytes
Contents
In word search puzzles you get a square of letters and have to find specific words in them. For example: ``` jefblpepre camdcimgtc oivokprjsm pbwasqroua rixilelhrs wolcqlirpc screeaumgr alxhpburyi jalaycalmp clojurermt ``` There are several programming languages hidden in the above square. Words can be hidden in all kinds of directions: left-to-right, right-to-left, vertical and diagonal. Create a program that given a puzzle and a list of words returns the location of the first and last letter of each word.
Version data entries
66 entries across 66 versions & 1 rubygems