csubhasundar / CodingPractice-Hacktoberfest23

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. Topics hacktoberfest hacktoberfest-accepted hacktoberfest2023
32 stars 293 forks source link

2D-WORD-SEARCH CHANGE #174

Open Saunakghosh10 opened 1 year ago

Saunakghosh10 commented 1 year ago

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