Backtracking/word_search library

Functions

wordSearch<T>(List<List<T>> board, List<T> pattern) bool
🔍 Word Search (Backtracking on Grid, Generic)