Sha256: 68447ac2627d2872b6bde3b83d1040ef88f966381151604fbfbbdfef28512a15
Contents?: true
Size: 518 Bytes
Versions: 108
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: ``` gefblpepre cbmdcimguc oikoknrjsm pbwjrqrota rixilelhgs woncqlispc schemekmgr alxhprubyi javaocamlp 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
108 entries across 108 versions & 1 rubygems