code link : https://ide.codingblocks.com/s/281437
problem link : https://leetcode.com/problems/word-search/
The test I am missing is :
[[“C”,“A”,“A”],[“A”,“A”,“A”],[“B”,“C”,“D”]]
“AAB”
code link : https://ide.codingblocks.com/s/281437
problem link : https://leetcode.com/problems/word-search/
The test I am missing is :
[[“C”,“A”,“A”],[“A”,“A”,“A”],[“B”,“C”,“D”]]
“AAB”
You can refer this. It is somewhat similar to your appraoch
instead of pasting a solution a solution directly from leetcode, can you help me correct my code. I already saw this leetocode solution
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.