GDSC-IGDTUW-Autumn-of-Code-2022 / dsa-foundation

To submit questions and answers for DSA.
5 stars 43 forks source link

Word Search #76

Closed gh4abhi closed 1 year ago

gh4abhi commented 1 year ago

Given an m x n grid of characters board and a string word, return true if word exists in the grid.

The word can be constructed from letters of sequentially adjacent cells, where adjacent cells are horizontally or vertically neighboring. The same letter cell may not be used more than once.

gh4abhi commented 1 year ago

Please assign this issue to me @gdsc-igdtuw @Parul-Mann

liza0012 commented 1 year ago

Please assign this issue to me

Monachaudhary commented 1 year ago

Kindly assign this to me.

BhavyaDevani commented 1 year ago

@Parul-Mann pls assign this issue to me

piyushsingh2121 commented 1 year ago

Kindly assign this issue to me

liza0012 commented 1 year ago

@Parul-Mann @gdsc-igdtuw I've raised a PR please review