ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

202 results

Naveen Tech Hub
Python Backtracking Explained Visually (5 LeetCode Patterns)

Python backtracking finally explained the way it should be — visually, step by step, with real code you can run. In this video you'll ...

30:55
Python Backtracking Explained Visually (5 LeetCode Patterns)

29 views

11 days ago

Kelvin Lin
Recursive Backtracking For Dummies

Your definitively simple starter guide to recursive backtracking! Big shoutout to ​⁠@dontmakelies for her editing work! Check out ...

13:52
Recursive Backtracking For Dummies

2 views

7 hours ago

Code Clarity DSA
Recursion Explained Visually | Call Stack, Base Case, Backtracking & Big-O (Java + Python)

Recursion finally explained visually — no jargon, no fear. See exactly how recursion works: the base case, the recursive case, ...

5:47
Recursion Explained Visually | Call Stack, Base Case, Backtracking & Big-O (Java + Python)

20 views

19 hours ago

neurals_ca
Backtracking: Brute Force With a Smart Undo Button (50 Algorithms #12)

Backtracking is a general algorithmic strategy for problems where you build a solution This is algorithm #12 of the 50 Algorithms ...

5:21
Backtracking: Brute Force With a Smart Undo Button (50 Algorithms #12)

15 views

2 weeks ago

Cloud Codes
Recursion & Backtracking: Stop Tracing the Call Stack

Why does recursion hurt your brain, and how do you actually write a backtracking algorithm without crashing your program?

3:49
Recursion & Backtracking: Stop Tracing the Call Stack

18 views

2 days ago

Code Clarity DSA
Backtracking Explained Visually | Subsets, Permutations & N-Queens Made Easy

Backtracking can feel confusing at first, but once you understand the pattern — choose, explore, undo — it becomes much easier.

10:15
Backtracking Explained Visually | Subsets, Permutations & N-Queens Made Easy

12 views

14 hours ago

VJAIMind
Backtracking Search in CSP (Python Programming) | Graph Colouring Problem | AI Tutorial

In this video, we implement the Backtracking Search Algorithm for a Constraint Satisfaction Problem (CSP) using Python.

7:21
Backtracking Search in CSP (Python Programming) | Graph Colouring Problem | AI Tutorial

7 views

1 day ago

Leetcode Unlocked
46. Permutations | Leetcode Unlocked - Python

In this video, we break down LeetCode 46: Permutations using a backtracking approach. We walk through the decision tree ...

4:24
46. Permutations | Leetcode Unlocked - Python

3 views

8 days ago

Leo Academy
LeetCode 46: Permutations in less than 5 minutes | Backtracking Swap Algorithm

Don't miss this if you want to succeed in your next coding interview! Confused about Permutations (LeetCode 46)? I break it ...

3:07
LeetCode 46: Permutations in less than 5 minutes | Backtracking Swap Algorithm

0 views

9 days ago

VJAIMind
Backtracking Search in CSP (Python Programming) | Robot Navigation Problem | AI Tutorial

In this video, we implement the Backtracking Search Algorithm for a Constraint Satisfaction Problem (CSP) using Python.

7:22
Backtracking Search in CSP (Python Programming) | Robot Navigation Problem | AI Tutorial

5 views

1 day ago

Leetcode Unlocked
52. N-Queens II | Leetcode Unlocked - Python

Learn how to approach LeetCode 52: N-Queens II using a recursive backtracking method. In this tutorial, we break down the ...

5:06
52. N-Queens II | Leetcode Unlocked - Python

8 views

8 days ago

Micro Learning
Master DFS & Backtracking for Coding Interviews | LeetCode Patterns, Trees, Graphs & Recursion

Want to master Depth-First Search (DFS) and Backtracking for coding interviews? In this comprehensive tutorial, we break down ...

8:47
Master DFS & Backtracking for Coding Interviews | LeetCode Patterns, Trees, Graphs & Recursion

0 views

13 hours ago

Leetcode Unlocked
22. Generate Parentheses | Leetcode Unlocked - Python

In this video, we break down the classic LeetCode problem Generate Parentheses using a clean and efficient backtracking ...

6:11
22. Generate Parentheses | Leetcode Unlocked - Python

20 views

8 days ago

Leetcode Unlocked
47. Permutations II | Leetcode Unlocked - Python

Learn how to solve LeetCode 47: Permutations II using an efficient backtracking algorithm with a frequency map. This tutorial ...

4:07
47. Permutations II | Leetcode Unlocked - Python

15 views

8 days ago

Leo Academy
LeetCode 77: Combinations in less than 5 minutes | Backtracking

Don't miss this if you want to succeed in your next coding interview! Confused about Combinations (LeetCode 77)? I break it ...

2:41
LeetCode 77: Combinations in less than 5 minutes | Backtracking

0 views

10 days ago

Leo Academy
LeetCode 212: Word Search II in less than 5 minutes | Trie + Backtracking

Don't miss this if you want to succeed in your next coding interview! Confused about Word Search II (LeetCode 212)? I break it ...

3:48
LeetCode 212: Word Search II in less than 5 minutes | Trie + Backtracking

0 views

11 days ago

seefeesaw
Combination Sum Explained | Backtracking Visual Walkthrough | Python O(N^T/M)

Find all unique combinations of distinct integers that sum to a target — full animated visual walkthrough in Python. The trick is ...

3:01
Combination Sum Explained | Backtracking Visual Walkthrough | Python O(N^T/M)

1 view

2 weeks ago

Leetcode Unlocked
51. N-Queens | Leetcode Unlocked - Python

Master the backtracking algorithm with this breakdown of LeetCode 51: N-Queens. In this tutorial, we analyze the classic ...

5:42
51. N-Queens | Leetcode Unlocked - Python

3 views

8 days ago

Leo Academy
LeetCode 39: Combination Sum in less than 5 minutes | Backtracking

Don't miss this if you want to succeed in your next coding interview! Confused about Combination Sum (LeetCode 39)? I break ...

2:55
LeetCode 39: Combination Sum in less than 5 minutes | Backtracking

1 view

9 days ago

Leo Academy
LeetCode 17: Letter Combinations of a Phone Number in less than 5 minutes | Backtracking

Don't miss this if you want to succeed in your next coding interview! Confused about Letter Combinations of a Phone Number ...

4:34
LeetCode 17: Letter Combinations of a Phone Number in less than 5 minutes | Backtracking

0 views

10 days ago