ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

482 results

NerdTeach
Backtracking Algorithms Explained — From Subsets to Sudoku (Beginner → Advanced)

This video breaks down Backtracking algorithms from first principles — how the state-space tree and pruning work, to practical ...

46:07
Backtracking Algorithms Explained — From Subsets to Sudoku (Beginner → Advanced)

48 views

2 weeks ago

NerdTeach
Recursion vs Backtracking Explained — Algorithms, Tradeoffs, and Real-World Examples

Recursion vs Backtracking Explained breaks down two foundational algorithmic paradigms: recursion as an execution ...

8:49
Recursion vs Backtracking Explained — Algorithms, Tradeoffs, and Real-World Examples

84 views

2 weeks ago

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

21 hours ago

Jeremy McMahan
(CS 577) Lecture 3: Backtracking

Lecture 3 from UW-Madison's Summer 2022 iteration of CS 577: Introduction to Algorithms. This lecture presented the technique ...

2:05:52
(CS 577) Lecture 3: Backtracking

26 views

3 weeks ago

GFGVID
1 Concepts of Backtracking
10:27
1 Concepts of Backtracking

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

2 views

4 weeks ago

K11 Tech University
The Discipline of Guided Search: Foundations of Backtracking

Backtracking Algorithms: Structured Search with Constraints | K11 Tech University Welcome back to K11 Tech University.

6:35
The Discipline of Guided Search: Foundations of Backtracking

0 views

9 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

0 views

21 hours ago

LAN Academy
Letter Combinations of a Phone Number | Backtracking Explained (LC 17, C++)

Online Learning Bootcamp Learn anywhere, freely and mindfully! Join us for an accelerated learning experience tailored to your ...

5:14
Letter Combinations of a Phone Number | Backtracking Explained (LC 17, C++)

126 views

3 weeks ago

Thita AI
N Queens Problem Explained Using Backtracking | DSA 90 Patterns Series

The N Queens problem is a classic backtracking question asked in technical interviews to test recursion, constraint checking, and ...

4:00
N Queens Problem Explained Using Backtracking | DSA 90 Patterns Series

95 views

8 days 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)

185 views

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

2 views

4 weeks ago

Anas Khan Television
4 N-Queen Problem | Backtracking Algorithm | Data Structures & Algorithms

In this video, we dive deep into the 4 N-Queen Problem using the Backtracking Algorithm. Whether you are preparing for coding ...

3:14
4 N-Queen Problem | Backtracking Algorithm | Data Structures & Algorithms

26 views

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

21 hours ago

K11 Tech University
👑The N-Queens Problem: A Case Study in Backtracking

Mastering the N-Queens Problem: A Backtracking Case Study In this episode of K11 Tech University, we tackle the N-Queens ...

7:22
👑The N-Queens Problem: A Case Study in Backtracking

0 views

9 days ago

CTCEdu
N Queen Problem Explained | Backtracking Algorithm | DAA

In this video, we will understand the N-Queen Problem using the Backtracking Algorithm. The N-Queen problem is a classic ...

24:18
N Queen Problem Explained | Backtracking Algorithm | DAA

93 views

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

242 views

3 weeks ago

A_coding2u
Binary Tree Paths | Backtracking Step-by-Step Explained (Logic to Code)

Struggling with backtracking concepts on Binary Trees? You are not alone! This pattern is crucial for coding interviews but can be ...

23:26
Binary Tree Paths | Backtracking Step-by-Step Explained (Logic to Code)

33 views

4 weeks ago

LAN Academy
Combination Sum III | Backtracking Explained (LC 216, C++)

LeetCode 216 (Combination Sum III) solved with a clean Backtracking / DFS template in C++. Start the ordered Backtracking ...

5:19
Combination Sum III | Backtracking Explained (LC 216, C++)

56 views

3 weeks ago

Soupzzz
LeetCode 17 — Phone Number Combinations MADE EASY | Backtracking Explained Clearly

Solve LeetCode 17: Letter Combinations of a Phone Number the clean and easy way! In this video, I walk through the exact ...

8:43
LeetCode 17 — Phone Number Combinations MADE EASY | Backtracking Explained Clearly

48 views

4 weeks ago