Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 379 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 379 Bytes

Word Search Puzzle

This tool searches a given word in a given puzzle

Enter the puzzle as a string dividing each line by \n. E.g.: "ssc...taa\ncta...rat\ndft... ...igc". Also, enter the word you want to search. If the word is present, the result will be the two couple of indexes indicating where the word starts and stops. I.e.: (start_row, start_col) (stop_row, stop_col).