Skip to content

Files

Latest commit

 

History

History

BoggleSearch_Py

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Boggle Search (Python Implementation)

The algorithm is about finding words in a board (2D Matrix). Here is my solution to Codewar's problem. The file contains all of my trials, the final submission being Final.