Skip to content

madsaylor/codingpuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FindWords should return the number of all non-distinct occurrences 
of the words found in the array, horizontally, vertically or diagonally, 
and also the reverse in each direction. 
The input to FindWords is a rectangular matrix of characters 
(list of list of char).

We are trying to see the quality of the code you write (hint: unit tests).  
Don’t worry too much about performance and efficiency 
but you program should work correctly. 
It should also be capable of scaling to puzzles 
with dimensions such as 4x4, 6x9, 9x9. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages