matrix/word_search library

Functions

wordSearch(List<List<String>> board, String word) bool
Searches for a word in a 2D grid using backtracking.