ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

263 results

TechBits
LeetCode79: WordSearch | Backtracking | Recursion

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 ...

19:51
LeetCode79: WordSearch | Backtracking | Recursion

38 views

1 month ago

TechBits
LeetCode89: GrayCode | Backtracking | Recursion

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], ...

19:09
LeetCode89: GrayCode | Backtracking | Recursion

145 views

3 weeks ago

Soupzzz
LeetCode 46 – Permutations Explained SUPER SIMPLE (Backtracking Masterclass)

In this video, I break down LeetCode 46 — Permutations in the simplest way possible. You'll learn exactly how backtracking works ...

8:16
LeetCode 46 – Permutations Explained SUPER SIMPLE (Backtracking Masterclass)

145 views

11 days ago

shadabsk
All Non-Repeating Combinations in a List | Bitmask + Backtracking | Interview-Focused

Codes for this video: ...

9:11
All Non-Repeating Combinations in a List | Bitmask + Backtracking | Interview-Focused

34 views

3 weeks ago

Immaculate the Coder
WORD SEARCH — DFS Backtracking #leetcode79  Made Simple! 🔥

leetcode #codinginterview #python #backtracking #dfs #wordsearch #coding Solve LeetCode 79: Word Search with a clean and ...

21:25
WORD SEARCH — DFS Backtracking #leetcode79 Made Simple! 🔥

0 views

3 weeks ago

Soupzzz
How to Understand Subsets in 10 Minutes (Decision Tree Method)

This video walks through a clean and intuitive solution to the Subsets problem (LeetCode 78) using recursion and backtracking.

6:54
How to Understand Subsets in 10 Minutes (Decision Tree Method)

63 views

12 days ago

ShivSatty
I Visualized BACKTRACKING and It Finally Clicked

Now, a bad algorithm would just stand there and cry. But a Backtracking algorithm does something distinct. It admits it was wrong.

29:45
I Visualized BACKTRACKING and It Finally Clicked

0 views

2 weeks ago

JameSparKing
LeetCode 46: Permutations Made Easy For Complete Beginners – Python Tutorial

LeetCode 46: Permutations – Python Tutorial In this beginner-friendly tutorial, we solve LeetCode 46 Permutations step by step.

3:10
LeetCode 46: Permutations Made Easy For Complete Beginners – Python Tutorial

54 views

2 weeks ago

Soupzzz
LeetCode 79: Word Search Explained Step-by-Step (DFS + Backtracking)

Most people overcomplicate LeetCode 79 – Word Search. In this video, I walk through the cleanest DFS + backtracking approach ...

15:14
LeetCode 79: Word Search Explained Step-by-Step (DFS + Backtracking)

20 views

6 days ago

JameSparKing
LeetCode 78: Subsets Made Easy For Complete Beginners – Python Tutorial

LeetCode 78: Subsets – Python Tutorial In this beginner-friendly walkthrough, we solve LeetCode 78 Subsets step by step. You'll ...

2:37
LeetCode 78: Subsets Made Easy For Complete Beginners – Python Tutorial

0 views

2 weeks ago

Hardworking Geniuses
These LeetCode Problems Forced Us to Understand XOR and Backtracking

New shows every Wednesday @ 8:30pm (CST). Timestamps: 0:00 Intro & episode overview 0:40 Channel update ...

1:34:47
These LeetCode Problems Forced Us to Understand XOR and Backtracking

216 views

3 days ago

Shiraj Pradhanang
Backtracking and Brute Force Example.

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 ...

8:35
Backtracking and Brute Force Example.

0 views

10 days ago

Leetcode Unlocked
140. Word Break II | Leetcode Unlocked - Python

Master LeetCode 140: Word Break II with this deep dive into recursion, backtracking, and dynamic programming! We explore how ...

11:04
140. Word Break II | Leetcode Unlocked - Python

24 views

2 weeks ago

Lets Code
Leetcode 17 - Letter Combinations of a Phone Number - Medium

Leetcode #17 - Letter Combinations of a Phone Number (Medium) In this video, we'll solve the Leetcode problem “Letter ...

10:31
Leetcode 17 - Letter Combinations of a Phone Number - Medium

3,294 views

9 days ago

AI&Cloud
🧠 Backtracking Problem Solved (Part X) | Full Step-by-Step Solution

What's Inside This Video: ✔️ Problem statement explanation ✔️ Designing the backtracking approach ✔️ Understanding ...

59:47
🧠 Backtracking Problem Solved (Part X) | Full Step-by-Step Solution

9 views

4 weeks ago

AlitaCode
LeetCode 1953: Maximum Number of Weeks for Which You Can Work

LeetCode 1953: Maximum Number of Weeks for Which You Can Work Difficulty: Medium Topics: Array, Backtracking, Dynamic ...

27:07
LeetCode 1953: Maximum Number of Weeks for Which You Can Work

0 views

3 weeks ago

Ari's Lens
Recursive Backtracking Number Puzzle Solution

Learn how to solve the five‑number puzzle using recursive backtracking. I explain the pseudo code, walk through the Python ...

7:11
Recursive Backtracking Number Puzzle Solution

0 views

10 days ago

AlitaCode
LeetCode 2112: Insufficient data in training to fetch exact title

LeetCode 2112: Insufficient data in training to fetch exact title Difficulty: Unknown Topics: Array, Backtracking, Binary Search, ...

24:34
LeetCode 2112: Insufficient data in training to fetch exact title

0 views

2 weeks ago

AlitaCode
LeetCode 2060: Check if an Original String Exists Given Two Encoded Strings

LeetCode 2060: Check if an Original String Exists Given Two Encoded Strings Difficulty: Hard Topics: Backtracking, Depth-First ...

33:22
LeetCode 2060: Check if an Original String Exists Given Two Encoded Strings

2 views

3 weeks ago

Code - Coffee
DSA: Subset Backtracking

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 ...

10:52
DSA: Subset Backtracking

6 views

4 weeks ago