[Java] Leetcode 79. Word Search [Backtracking #11]

preview_player
Показать описание
In this video, I'm going to show you how to solve Leetcode 79. Word Search which is related to Backtracking.

Here’s a quick rundown of what you’re about to learn:

⭐️ Course Contents ⭐️
(0:00​) Question Walkthrough
(0:37) Solution Explain
(5:35) Code

In the end, you’ll have a really good understanding on how to solve Leetcode 79. Word Search and questions that are similar to this Backtracking.

Рекомендации по теме
Комментарии
Автор

I thought I could do recursion and backtracking until began going through these exercises. I watched so many videos, but most of them are terrible teachers and hard to understand what they are saying and sometimes the codes don't work. You are by far the best at explaining and I use your code as a basis for all of these problems. Thank you, Eric!!

alexshay
Автор

The only video that focuses in-depth on backtracking in this problem, thank you so much! I couldn't understand why Word Search wasn't like the Lonely Island problem, and that's bc there's the backtracking element!

SW-rnmg