Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
317 stars 476 forks source link

Word Search #972

Open sardonicankita opened 3 years ago

sardonicankita commented 3 years ago

Aim

To solve the Leetcode Medium Problem "Word Search" in c++. Given an m x n grid of characters board and a string word, return true if word exists in the grid.

Admins please assign this to me under LGM SOC'21.

Details

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.

Programming language

19bce502 commented 3 years ago

Will u assign this problem to me under LGM SOC .I will do in c++ language

Saurabh4626 commented 3 years ago

go with dfs ,bfs will get tle

kumarshobhit commented 3 years ago

I would like to contribute in java

siddhi-244 commented 3 years ago

Shall I try in python ?