menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Given a 2D...
source image

Prodevelopertutorial

2w

read

0

img
dot

Given a 2D board and a word, find if the word exists in the grid.

  • The given problem is to determine if a word can be constructed from letters in a 2D board.
  • The word can be formed by sequentially adjacent cells, horizontally or vertically.
  • The same letter cell cannot be used more than once.
  • The problem can be solved using backtracking.

Read Full Article

like

Like

For uninterrupted reading, download the app