CodingPractice-Hacktoberfest23 icon indicating copy to clipboard operation
CodingPractice-Hacktoberfest23 copied to clipboard

2D-WORD-SEARCH CHANGE

Open Saunakghosh10 opened this issue 2 years ago • 0 comments

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

Saunakghosh10 avatar Oct 12 '23 16:10 Saunakghosh10