Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
263 results
Word Search Given an m x n grid of characters `board` and a string `word`, return `true` if `word` exists in the grid. The word can ...
38 views
1 month ago
Gray Code An n-bit gray code sequence is a sequence of 2ⁿ integers where: - Every integer is in the inclusive range [0, 2ⁿ - 1], ...
145 views
3 weeks ago
In this video, I break down LeetCode 46 — Permutations in the simplest way possible. You'll learn exactly how backtracking works ...
11 days ago
Codes for this video: ...
34 views
leetcode #codinginterview #python #backtracking #dfs #wordsearch #coding Solve LeetCode 79: Word Search with a clean and ...
0 views
This video walks through a clean and intuitive solution to the Subsets problem (LeetCode 78) using recursion and backtracking.
63 views
12 days ago
Now, a bad algorithm would just stand there and cry. But a Backtracking algorithm does something distinct. It admits it was wrong.
2 weeks ago
LeetCode 46: Permutations – Python Tutorial In this beginner-friendly tutorial, we solve LeetCode 46 Permutations step by step.
54 views
Most people overcomplicate LeetCode 79 – Word Search. In this video, I walk through the cleanest DFS + backtracking approach ...
20 views
6 days ago
LeetCode 78: Subsets – Python Tutorial In this beginner-friendly walkthrough, we solve LeetCode 78 Subsets step by step. You'll ...
New shows every Wednesday @ 8:30pm (CST). Timestamps: 0:00 Intro & episode overview 0:40 Channel update ...
216 views
3 days ago
Given a set of 5 numbers between 1 to 10 and a number N where N is between 1 and 100. Write a program that use all these 5 ...
10 days ago
Master LeetCode 140: Word Break II with this deep dive into recursion, backtracking, and dynamic programming! We explore how ...
24 views
Leetcode #17 - Letter Combinations of a Phone Number (Medium) In this video, we'll solve the Leetcode problem “Letter ...
3,294 views
9 days ago
What's Inside This Video: ✔️ Problem statement explanation ✔️ Designing the backtracking approach ✔️ Understanding ...
9 views
4 weeks ago
LeetCode 1953: Maximum Number of Weeks for Which You Can Work Difficulty: Medium Topics: Array, Backtracking, Dynamic ...
Learn how to solve the five‑number puzzle using recursive backtracking. I explain the pseudo code, walk through the Python ...
LeetCode 2112: Insufficient data in training to fetch exact title Difficulty: Unknown Topics: Array, Backtracking, Binary Search, ...
LeetCode 2060: Check if an Original String Exists Given Two Encoded Strings Difficulty: Hard Topics: Backtracking, Depth-First ...
2 views
Okay backtracking. Okay so in backtracking what we does let's say we need to find the subset of A B C right and what will be the ...
6 views