Sha256: 6eb20d08579c0d6df2df8c44238aa8a4879c477c09592ee73377b557557203cc
Contents?: true
Size: 495 Bytes
Versions: 77
Compression:
Stored size: 495 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. Given a puzzle and a list of words return the location of the first and last letter of each word.
Version data entries
77 entries across 77 versions & 1 rubygems