ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

147 results

CodeLucky
Combination Sum - Backtracking Algorithm Explained (LeetCode 39)

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

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

3 views

2 days ago

CodeLucky
Generate All Permutations - Recursion & Backtracking Algorithm Tutorial

Learn how to generate all permutations of a string or array using Recursion and Backtracking! In this video, we break down the ...

3:54
Generate All Permutations - Recursion & Backtracking Algorithm Tutorial

0 views

2 days 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

1 view

2 days ago

CodeLucky
Generate All Subsets (Power Set) - Recursive Backtracking Explained

Learn how to generate all subsets of a set (the Power Set) using recursion and backtracking! In this video, we break down the ...

3:45
Generate All Subsets (Power Set) - Recursive Backtracking Explained

6 views

2 days 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

2 days ago

Scientific Nipsey
What happens when the algorithm hits a dead end?

Ever wonder how computers find their way out of a maze? Watch as this pathfinding algorithm dives deep into a decision tree, ...

0:43
What happens when the algorithm hits a dead end?

900 views

5 days ago

Anand Yadav
Top 20 Algorithm Questions Gate 2026

#Sorting #StableSort #AlgorithmComparison Backtracking Algorithms N-Queens, Sudoku solving, permutations, etc.

22:04
Top 20 Algorithm Questions Gate 2026

9 views

4 days ago

SELAM CS ACADEMY
Hamiltonian Cycle Problem Using BackTracking Algorithm in Design and Analysis of Algorithms (DAA)

Let G= (V, E) be a connected graph with n vertices. A Hamiltonian cycle (suggested by Sir William Hamilton) is a round-trip path a ...

9:58
Hamiltonian Cycle Problem Using BackTracking Algorithm in Design and Analysis of Algorithms (DAA)

56 views

5 days ago

AloAlgo
Generating Permutations Explained Visually - 4 Colors

This video visually explains how to generate all possible permutations of a set of elements using a backtracking algorithm.

0:05
Generating Permutations Explained Visually - 4 Colors

2,334 views

22 hours ago

Study Placement
Backtracking Lecture 4 🔥 | Subsets II (Handling Duplicates) | Recursion Tree Explained

This is Lecture 4 of my Backtracking Series 🔥 Backtracking complete playlisg link: https://youtube.com/playlist?list ...

27:04
Backtracking Lecture 4 🔥 | Subsets II (Handling Duplicates) | Recursion Tree Explained

41 views

5 days ago

CTCEdu
Sum of Subset Problem Using Backtracking | DAA Step by Step Explanation | Example

In this video, we will learn the Sum of Subset Problem using Backtracking in Design and Analysis of Algorithms (DAA). ✓ What is ...

19:40
Sum of Subset Problem Using Backtracking | DAA Step by Step Explanation | Example

56 views

5 days ago

Mind2Machine
Print 1 to N & N to 1 Using Recursion 🔁 | Linear vs Backtracking |Stack Flow & Dry Run Explained

This is Video 2 of the Recursion Series In this video, I solve two fundamental recursion problems that every beginner must ...

25:21
Print 1 to N & N to 1 Using Recursion 🔁 | Linear vs Backtracking |Stack Flow & Dry Run Explained

22 views

4 days ago

Study Placement
Backtracking Lecture 3 🔥 | Subsets in Lexicographical Order | Recursion Tree Explained

This is Lecture 3 of my Backtracking Series 🔥 Notes: In telegram Community Group Telegram Community Channel link: https://t ...

22:47
Backtracking Lecture 3 🔥 | Subsets in Lexicographical Order | Recursion Tree Explained

63 views

6 days 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

2 days ago

Study Placement
Backtracking Lecture 8 🔥 | Permutations Problem Explained | Recursion Tree + Dry Run

This is Lecture 8 of my Backtracking Series Notes: Telegram Community Group Telegram Community Channel link: ...

19:41
Backtracking Lecture 8 🔥 | Permutations Problem Explained | Recursion Tree + Dry Run

0 views

9 hours ago

CodeLucky
Beautiful Arrangement - LeetCode 526 Solution Explained

Learn how to solve the Beautiful Arrangement problem (LeetCode 526) using Backtracking! In this video, we break down the ...

4:02
Beautiful Arrangement - LeetCode 526 Solution Explained

2 views

2 days ago

CodeLucky
Path Sum II - LeetCode Solution & Explanation (Find All Paths)

Learn how to solve the Path Sum II problem efficiently! ➡️ In this video, we break down how to find all root-to-leaf paths in a ...

3:57
Path Sum II - LeetCode Solution & Explanation (Find All Paths)

0 views

10 hours ago

AloAlgo
Generating Permutations Explained Visually - 5 Colors

This video visually explains how to generate all possible permutations of a set of elements using a backtracking algorithm.

0:18
Generating Permutations Explained Visually - 5 Colors

14,283 views

2 days ago

PyDevly
Two Algorithms, One Maze: BFS vs DFS

In this animation, you'll see how BFS (Breadth-First Search) and DFS (Depth-First Search) explore a maze to find a path.

0:14
Two Algorithms, One Maze: BFS vs DFS

22,969 views

3 days ago

coding_fundamentals
Leetcode 22 made easy - Coding Interview Question 50/75

You don't generate all parentheses combinations. You generate only the valid ones. This problem is a perfect example of ...

2:41
Leetcode 22 made easy - Coding Interview Question 50/75

714 views

5 days ago