CodingPractice-Hacktoberfest23
CodingPractice-Hacktoberfest23 copied to clipboard
2D-WORD-SEARCH CHANGE
The key changes:
Using vectors and strings instead of C-style arrays and chars Parameter references instead of pointers Boolean return instead of break Validation checks for grid bounds More readable variable names Constant for directions array