diff --git a/Daily/Word_search.cpp b/Daily/Word_search.cpp index 3c0eaa8..3e2fc94 100644 --- a/Daily/Word_search.cpp +++ b/Daily/Word_search.cpp @@ -4,7 +4,6 @@ adjacent cells only. ie - horizontal or vertical neighbors. The same letter cell - Input: board = {{a,g,b,c},{q,e,e,l},{g,b,k,s}}, word = "geeks" Output: 1