Skip to content

Commit

Permalink
Update Word_search.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Nov 1, 2024
1 parent 40e7884 commit 4ed3fb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Word_search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ed3fb0

Please sign in to comment.