ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

121 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

BBT (Bit By Bit)
N-QUEENS BACKTRACKING SOLUTION | LEETCODE | Problem 7 | Bit by Bit

Welcome to Bit by Bit — a channel where we decode the world of software development, one bit at a time. Unraveling N-Queens: ...

45:14
N-QUEENS BACKTRACKING SOLUTION | LEETCODE | Problem 7 | Bit by Bit

200 views

6 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

Einzigartige - Web & App Development Company
Python Algorithms: Part 4 | Depth First Search (DFS) Explained Step by Step (Recursive & Iterative)

GitHub Repository: https://github.com/Einzigartige/python/blob/main/yt-algorithms/video2-dfs.py/ Welcome to Python Algorithms ...

7:12
Python Algorithms: Part 4 | Depth First Search (DFS) Explained Step by Step (Recursive & Iterative)

53 views

6 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

onjsdev
BFS vs DFS on a Grid with a Nearby Target

DFS (Depth-First Search): Explores as far as possible along a branch before backtracking; typically implemented with a stack or ...

0:07
BFS vs DFS on a Grid with a Nearby Target

129,718 views

7 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

4 days ago

Study Placement
Backtracking Lecture 2 🔥 | Subsets Problem Explained with Recursion Tree | DSA Series

This is Lecture 2 of my Backtracking Series 🔥 Upsolve Leetcode Contest: https://youtube.com/playlist?list ...

30:08
Backtracking Lecture 2 🔥 | Subsets Problem Explained with Recursion Tree | DSA Series

133 views

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

32 views

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

39 views

5 days ago

codingX krishna
LeetCode Weekly Contest 483 | Word Squares II (Q2) | Backtracking Explained in Java

In this video, we solve Q2 – Word Squares II from LeetCode Weekly Contest 483 using Java. We break down the problem step by ...

16:02
LeetCode Weekly Contest 483 | Word Squares II (Q2) | Backtracking Explained in Java

349 views

7 days ago

Study Placement
Backtracking Lecture 6 🔥 | 2 Backtracking Patterns Explained | For Loop vs No Loop

This is Lecture 6 of my Backtracking Series In this video, I explain the **two fundamental patterns of Backtracking**: 1️⃣ ...

7:07
Backtracking Lecture 6 🔥 | 2 Backtracking Patterns Explained | For Loop vs No Loop

20 views

1 day 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

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

13,197 views

1 day 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,791 views

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

2 days ago

CodeLucky
Word Break II - LeetCode Hard - Dynamic Programming & Backtracking Explanation

Learn how to solve the Word Break II coding problem efficiently! In this video, we tackle a popular 'Hard' level interview ...

3:28
Word Break II - LeetCode Hard - Dynamic Programming & Backtracking Explanation

1 view

2 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

713 views

5 days ago