ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

567 results

Greg Hogg
Backtracking Algorithm for Competitive Programming

Backtracking Algorithm for Competitive Programming Crack big tech at ...

0:55
Backtracking Algorithm for Competitive Programming

63,746 views

4 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

85 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

1 day ago

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

Greg Hogg
Coding Interviews Need Backtracking! Permutations - Leetcode 46

Coding Interviews Need Backtracking! Permutations - Leetcode 46 Crack big tech at ...

1:00
Coding Interviews Need Backtracking! Permutations - Leetcode 46

38,177 views

11 days ago

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

0 views

3 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

1 view

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

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

95 views

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

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

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

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

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

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

128,152 views

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

97 views

9 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

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

1 day ago

Sagar Choudhary
Hamiltonian Cycle Problem Explained | Backtracking Approach with Example | DAA Tutorial

📘 Welcome to the Graph Algorithms Section in the DAA Playlist! In this video, we explain the Hamiltonian Cycle Problem, one of ...

12:02
Hamiltonian Cycle Problem Explained | Backtracking Approach with Example | DAA Tutorial

430 views

4 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