ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

243 results

CodeLucky
Maximum Score Words Solution - Backtracking Explained

Backtracking 01:37 - The Decision Tree 01:58 - Backtracking Algorithm Steps 02:21 - Checking Validity 02:39 - Calculating Word ...

3:51
Maximum Score Words Solution - Backtracking Explained

1 view

3 weeks ago

CodeLucky
Backtracking Fundamentals: Master Decision Trees & Recursion 🌲

Unlock the power of Backtracking algorithms! In this video, we break down one of the most important concepts in computer ...

4:28
Backtracking Fundamentals: Master Decision Trees & Recursion 🌲

49 views

3 weeks ago

Satheeshkumar Kanakasabapathy
Backtracking Explained - Knights Tour

In this video, we solve the Knight's Tour Problem using the Backtracking algorithm with a complete hands-on implementation.

10:23
Backtracking Explained - Knights Tour

50 views

2 weeks ago

Satheeshkumar Kanakasabapathy
Step-by-Step Backtracking | Rat in a Maze (All 4 Directions) Coding Tutorial

In this video, we solve the Rat in a Maze problem using Backtracking, allowing the rat to move in all 4 directions: up, down, left, ...

8:13
Step-by-Step Backtracking | Rat in a Maze (All 4 Directions) Coding Tutorial

110 views

2 weeks ago

CodeLucky
Generate IP Addresses - Backtracking Algorithm Interview Question (LeetCode)

Learn how to solve the "Generate IP Addresses" problem using Backtracking (DFS). This is a popular coding interview question ...

4:41
Generate IP Addresses - Backtracking Algorithm Interview Question (LeetCode)

0 views

3 weeks ago

Code in 5
The Art of Backtracking

Headline: Master the Art of Backtracking! Ever felt like you're stuck in a maze with no way out? That's exactly where Backtracking ...

6:06
The Art of Backtracking

2 views

2 weeks ago

CodeLucky
Sudoku Solver Algorithm: Backtracking Explained for Beginners

Learn how to build a Sudoku Solver using the Backtracking algorithm! In this video, we break down the logic behind solving ...

3:23
Sudoku Solver Algorithm: Backtracking Explained for Beginners

28 views

3 weeks ago

Satheeshkumar Kanakasabapathy
Backtracking Maze Problem | Find Shortest Path to a Corner – Step by Step

In this video, we solve a Maze Problem using the Backtracking algorithm, focusing on finding the shortest path from a starting point ...

4:51
Backtracking Maze Problem | Find Shortest Path to a Corner – Step by Step

34 views

2 weeks ago

Logic Lab
One Backtracking Trick That Solves Combination Sum (LeetCode 39)

In this video, we solve LeetCode Problem 39: Combination Sum step by step using backtracking. Instead of memorizing code, ...

2:19
One Backtracking Trick That Solves Combination Sum (LeetCode 39)

10 views

3 weeks ago

CodeLucky
Generate Combinations - Recursive Backtracking Explained | Coding Interview Tutorial

Learn how to solve the 'Generate Combinations' problem using Recursion and Backtracking! In this video, we break down how ...

4:13
Generate Combinations - Recursive Backtracking Explained | Coding Interview Tutorial

3 views

3 weeks ago

CodeHacks
Rat in a Maze / Grid Backtracking: Paths, Visited Array, and Direction Tricks

Grid backtracking problems are super common (maze paths, word search, island paths). This video teaches the exact template to ...

1:56
Rat in a Maze / Grid Backtracking: Paths, Visited Array, and Direction Tricks

0 views

2 days ago

CodeLucky
Restore IP Addresses - LeetCode 93 - Backtracking & Recursion Explained

Learn how to solve the "Restore IP Addresses" problem (LeetCode 93) using Backtracking and Recursion. This video breaks ...

4:16
Restore IP Addresses - LeetCode 93 - Backtracking & Recursion Explained

5 views

3 weeks ago

CodeLucky
Combination Sum - Backtracking Algorithm Explained (LeetCode 39)

Learn how to solve the Combination Sum problem using the Backtracking pattern! In this video, we break down the logic ...

4:52
Combination Sum - Backtracking Algorithm Explained (LeetCode 39)

3 views

3 weeks ago

Learn For Free
Master Python Algorithms | 01A '

' Course: Master Python Algorithms Module 01: Algorithm Foundations Lecture A: Introduction to The Course Link to ...

2:35
Master Python Algorithms | 01A '

3 views

2 weeks ago

Satheeshkumar Kanakasabapathy
Step-by-Step Backtracking | Rat in a Maze (Right & Down) Coding Tutorial

In this video, we solve the Rat in a Maze problem using the Backtracking algorithm, focusing on a restricted movement approach ...

25:46
Step-by-Step Backtracking | Rat in a Maze (Right & Down) Coding Tutorial

632 views

2 weeks ago

Satheeshkumar Kanakasabapathy
Step-by-Step Backtracking | Maze Shortest Path from Source to Destination - Step by Step Explanation

In this video, we solve the Maze Problem using Backtracking, focusing on finding the shortest path from a source cell to a ...

10:54
Step-by-Step Backtracking | Maze Shortest Path from Source to Destination - Step by Step Explanation

99 views

2 weeks ago

CodeLucky
All Paths From Source to Target | LeetCode 797 Graph DFS Solution

Learn how to solve the 'All Paths From Source to Target' problem (LeetCode 797) using Depth First Search (DFS) and ...

4:05
All Paths From Source to Target | LeetCode 797 Graph DFS Solution

13 views

3 weeks ago

Learn For Free
Master Python Algorithms | 06B '

' Course: Master Python Algorithms Module 06: Recursion And Backtracking Lecture B: Backtracking Patterns Link to ...

2:12:15
Master Python Algorithms | 06B '

2 views

2 weeks ago

CodeLucky
Print All Binary Strings of Length N - Recursion & Backtracking Tutorial

Learn how to generate all possible binary strings of length N using recursion and backtracking! In this video, we break down ...

3:42
Print All Binary Strings of Length N - Recursion & Backtracking Tutorial

0 views

3 weeks ago

vlogize
Wie man den RecursionError in deinem Sudoku Backtracking-Algorithmus behebt

Der ursprüngliche Titel der Frage lautete beispielsweise: Sudoku Backtracking Algorithm Solver raising a RecursionError ...

1:38
Wie man den RecursionError in deinem Sudoku Backtracking-Algorithmus behebt

1 view

2 weeks ago

CodeLucky
Combination Sum II - LeetCode 40 - Backtracking Algorithm Tutorial

Learn how to solve the Combination Sum II problem (LeetCode 40) using the Backtracking algorithm! In this tutorial, we ...

4:14
Combination Sum II - LeetCode 40 - Backtracking Algorithm Tutorial

6 views

3 weeks ago

CodeLucky
Generate Parentheses - LeetCode Backtracking Solution Explained

Learn how to solve the Generate Parentheses problem using Backtracking! In this video, we break down one of the most ...

4:31
Generate Parentheses - LeetCode Backtracking Solution Explained

0 views

3 weeks ago

CodeLucky
Letter Combinations of a Phone Number - LeetCode 17 - Backtracking Tutorial

Learn how to solve the 'Letter Combinations of a Phone Number' problem (LeetCode 17) using Python! In this video, we break ...

3:25
Letter Combinations of a Phone Number - LeetCode 17 - Backtracking Tutorial

2 views

3 weeks ago

Learn For Free
Master Python Algorithms | 06A '

' Course: Master Python Algorithms Module 06: Recursion And Backtracking Lecture A: Thinking Recursively Link to ...

1:14:53
Master Python Algorithms | 06A '

0 views

2 weeks ago

Satheeshkumar Kanakasabapathy
Backtracking Subsequence Sum Problem | Step-by-Step Tutorial

In this video, we solve the Subsequence Sum Problem using the Backtracking algorithm. This classic problem asks you to find all ...

15:56
Backtracking Subsequence Sum Problem | Step-by-Step Tutorial

93 views

2 weeks ago