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
235 results
Codes for this video: ...
36 views
3 weeks ago
leetcode #codinginterview #python #backtracking #dfs #wordsearch #coding Solve LeetCode 79: Word Search with a clean and ...
0 views
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
Learn how to solve the five‑number puzzle using recursive backtracking. I explain the pseudo code, walk through the Python ...
13 days ago
In this video, I break down LeetCode 46 — Permutations in the simplest way possible. You'll learn exactly how backtracking works ...
157 views
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
4 weeks ago
LeetCode 46: Permutations – Python Tutorial In this beginner-friendly tutorial, we solve LeetCode 46 Permutations step by step.
54 views
LeetCode 1953: Maximum Number of Weeks for Which You Can Work Difficulty: Medium Topics: Array, Backtracking, Dynamic ...
LeetCode 78: Subsets – Python Tutorial In this beginner-friendly walkthrough, we solve LeetCode 78 Subsets step by step. You'll ...
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 ...
This video walks through a clean and intuitive solution to the Subsets problem (LeetCode 78) using recursion and backtracking.
63 views
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
LeetCode 1994: The Number of Good Subsets Difficulty: Hard Topics: Array, Backtracking, Dynamic Programming, Math, ...
LeetCode 1986: Minimum Number of Work Sessions to Finish the Tasks Difficulty: Medium Topics: Array, Backtracking, Binary ...
What You Will Learn: ✓ What is the N-Queen problem? ✓ Why backtracking is used ✓ Safety check for queen placement ...
Master LeetCode 140: Word Break II with this deep dive into recursion, backtracking, and dynamic programming! We explore how ...
24 views
LeetCode 2019: The exact official title of LeetCode problem 2019 Difficulty: Medium Topics: Array, Backtracking, Divide and ...
Most people overcomplicate LeetCode 79 – Word Search. In this video, I walk through the cleanest DFS + backtracking approach ...
45 views
9 days ago
LeetCode 1989: Wooden Planks Difficulty: Medium Topics: Array, Backtracking, Binary Search, Divide and Conquer, Dynamic ...