Skip to content

lorenzo-d-m/word-search-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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).

About

This tool searches a given word in a given puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages