ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,806 results

Bitflip
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

Learn how to actually solve recursive backtracking problems and avoid common mistakes. I'll walk you through the 4-step ...

7:25
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

30,542 views

7 months ago

章鱼Paul
Backtracking  algorithm

Two 4s are separated by 4 positions. Two 3s are separated by 3 positions. Two 2s are separated by 2 positions. Two 1s are ...

1:40
Backtracking algorithm

21 views

6 months ago

ByteQuest
BackTracking Visually Explained | Combination Sum Leetcode 39

In this video, we'll explore the concept of backtracking through a classic problem—LeetCode's Combination Sum. Starting with a ...

4:33
BackTracking Visually Explained | Combination Sum Leetcode 39

1,410 views

7 months ago

freeCodeCamp.org
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

398,407 views

5 months ago

Buo
Recursive backtracking maze generator with a* solving

Implementation of recursive backtracking algorithm and a star(a*) algorithm to solve.

0:25
Recursive backtracking maze generator with a* solving

239 views

4 months ago

Academics with AB
Backtracking | Algorithm Design Techniques | 11th Computer - Chapter 3 - Lec 10

This topic is part of Chapter 3: Problem Solving and Algorithms from the 1st Year Computer Science syllabus. In this video, we ...

6:33
Backtracking | Algorithm Design Techniques | 11th Computer - Chapter 3 - Lec 10

7,350 views

5 months ago

CodeLucky
Backtracking Algorithm Explained: Solve Sudoku, Word Search & Hamiltonian Cycle

Learn the backtracking algorithm with easy-to-understand examples! This video breaks down backtracking, a powerful ...

9:42
Backtracking Algorithm Explained: Solve Sudoku, Word Search & Hamiltonian Cycle

55 views

9 months ago

章鱼Paul
Backtracking Maze Algorithm

"We start from the top-left corner. At each step, we can move right or down. If we hit a wall or go out of bounds, we backtrack.

0:25
Backtracking Maze Algorithm

31 views

6 months ago

Farkhod Khalilov
Leetcode Lesson_16   Recursive Backtracking algorithm
50:05
Leetcode Lesson_16 Recursive Backtracking algorithm

6 views

7 months ago

Next LVL Programming
When To Use Backtracking Algorithm? - Next LVL Programming

When To Use Backtracking Algorithm? In this informative video, we'll cover the backtracking algorithm and its applications in ...

2:40
When To Use Backtracking Algorithm? - Next LVL Programming

14 views

9 months ago

Perfect Computer Engineer
Introduction to Backtracking 🔥

This lecture talks about what is Backtracking in Analysis of Algorithms in Hindi. This lecture also talks about what are the ...

10:27
Introduction to Backtracking 🔥

12,141 views

8 months ago

Sebastian Wild (Lectures)
Algorithms of Bioinformatics (Winter 2025-26) 1-3 Turnpike Backtracking algorithm

Lecture recordings of CS 566 – Algorithms of Bioinformatics (Winter 2025-26) Algorithms of Bioinformatics is a specialization ...

9:10
Algorithms of Bioinformatics (Winter 2025-26) 1-3 Turnpike Backtracking algorithm

46 views

2 months ago

CSE Mastery by Arman
Backtracking Algorithms: Most Constrained Variable, Forward Checking, Arc Consistency | In Bangla

In this video, we cover backtracking algorithms with clear examples and optimization techniques: ✓ What is Backtracking?

18:13
Backtracking Algorithms: Most Constrained Variable, Forward Checking, Arc Consistency | In Bangla

1,142 views

8 months ago

Next LVL Programming
What Happens When The Backtracking Algorithm Reaches A Complete Solution? - Next LVL Programming

What Happens When The Backtracking Algorithm Reaches A Complete Solution? In this informative video, we will dive into the ...

3:00
What Happens When The Backtracking Algorithm Reaches A Complete Solution? - Next LVL Programming

8 views

9 months ago

Sara Shehab
Backtracking Algorithm
16:41
Backtracking Algorithm

1,740 views

10 months ago

fadli
Backtracking Algorithm
5:19
Backtracking Algorithm

1 view

11 months ago

Sagar Choudhary
Sum of Subsets Problem Using Backtracking | Explained with Examples #dsa  #algorithm

🔍 Solve the Sum of Subsets Problem Using Backtracking! In this video, we explore the Sum of Subsets problem, an important ...

15:21
Sum of Subsets Problem Using Backtracking | Explained with Examples #dsa #algorithm

954 views

11 months ago

Lecturelia - CSE বাংলা টিউটোরিয়াল
🔴 Introduction to Backtracking | বাংলা টিউটোরিয়াল | Lecturelia 🔴

In this video, we dive into Backtracking, a powerful algorithmic technique used for solving problems like N-Queens, Sudoku, Maze ...

11:58
🔴 Introduction to Backtracking | বাংলা টিউটোরিয়াল | Lecturelia 🔴

777 views

10 months ago

CodeLucky
N-Queens Problem Explained - Backtracking Algorithm Visualized

Master the N-Queens problem with this clear, step-by-step visual guide! ♟️ In this video, we break down one of the most classic ...

3:18
N-Queens Problem Explained - Backtracking Algorithm Visualized

0 views

3 hours ago

James Peralta
Coding Patterns: Backtracking

Backtracking is essentially brute forcing a problem. Conceptually, one can imagine the procedure of backtracking as a tree ...

32:59
Coding Patterns: Backtracking

6,363 views

9 months ago

م. معاذ عامر
Backtracking Algorithm  - Technique and Examples

In this YouTube video, we'll be diving into the Backtracking algorithm and exploring its different applications. Backtracking is a ...

49:21
Backtracking Algorithm - Technique and Examples

40 views

11 months ago

Practice Hero
Write a program to implement backtracking algorithm for solving problems like N queens

Write a program to implement backtracking algorithm for solving problems like N queensWrite a program to implement ...

12:06
Write a program to implement backtracking algorithm for solving problems like N queens

5 views

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

Apna College
Recursion (Basics to Advanced) & Backtracking for Placements

Want to study for Tech Placements/Internships from us : Our Latest Placement Batches : https://linktr.ee/apnacollege.in Share your ...

6:16:32
Recursion (Basics to Advanced) & Backtracking for Placements

131,705 views

11 months ago

Perfect Computer Engineer
N Queens Problem using Backtracking 🔥

N Queens problem using Backtracking in Analysis of Algorithms in Hindi is the topic taught in this lecture. This lecture talks ...

22:33
N Queens Problem using Backtracking 🔥

52,790 views

8 months ago