ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

48,663 views

9 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

2,008 views

9 months ago

freeCodeCamp.org and AlgoMonster
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

559,771 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

23 views

8 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

263 views

6 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

69 views

11 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

11 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

11 months ago

Code with me
Java Backtracking Explained with Rat in a Maze | Day 39 Java 100 Days Challenge

... java programming challenge, coding for beginners, backtracking algorithm, java recursion tutorial, maze solving algorithm, java ...

2:24
Java Backtracking Explained with Rat in a Maze | Day 39 Java 100 Days Challenge

93 views

5 months 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)

4 views

2 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

68 views

5 months ago

StudyBeLike
Backtracking Explained 🔍 | The Smart Way to Solve Puzzles, Mazes & Algorithms!

Ever wondered how computers solve complex puzzles like Sudoku, mazes, or the N-Queens problem so efficiently? The secret ...

11:12
Backtracking Explained 🔍 | The Smart Way to Solve Puzzles, Mazes & Algorithms!

20 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

9,009 views

7 months 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,580 views

11 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 🔥

13,168 views

10 months ago

Katarína Kováčová
The Backtracking algorithm

This video visualizes the backtracking algorithm used to generate a valid Sudoku solution. The algorithm iterates through each ...

0:52
The Backtracking algorithm

12 views

7 months ago

Alex T
Backtracking Gradient Descent Explained
3:03
Backtracking Gradient Descent Explained

35 views

9 months ago

Code Scribbler
LeetCode 46: Permutations | C# Solution | Backtracking Algorithm

In this video, I solve LeetCode 46: Permutations using a #backtracking approach in C#. We'll generate all possible permutations ...

4:51
LeetCode 46: Permutations | C# Solution | Backtracking Algorithm

270 views

10 months ago

John Baugh
Lecture 5:  Backtracking

Discussion of backtracking as a paradigm for feasible solutions (not optimal solutions). We look at the n-Queens problem and ...

43:31
Lecture 5: Backtracking

85 views

6 months ago

vlogize
Troubleshooting Your Iterative Backtracking Algorithm for Generating Subsequences

Discover the common pitfalls in developing an `iterative backtracking algorithm` using Python, and learn how to achieve the ...

1:55
Troubleshooting Your Iterative Backtracking Algorithm for Generating Subsequences

5 views

11 months ago

vlogize
Understanding Javascript Backtracking Algorithm Behavior: Solutions for Sudokus

Discover why your `Javascript` Sudoku backtracking algorithm behaves unexpectedly and how to resolve these issues for optimal ...

2:05
Understanding Javascript Backtracking Algorithm Behavior: Solutions for Sudokus

1 view

11 months 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

27 views

2 months ago

Kristan Jefferson E. Pastera
[B.A.C.S] Backtracking Algorithm and Sudoku Puzzle

Backtracking Algorithm and Sudoku Puzzle: An Application of Backtracking Algorithm in Solving n × n Sudoku Puzzle.

2:33
[B.A.C.S] Backtracking Algorithm and Sudoku Puzzle

12 views

9 months ago

Learn Coding
C++ DSA Back Tracking | Pseudocode, Dry Run & Code | Data Structure & Algorithms

C++ DSA Series Video Schedule Update C++ DSA series video will be uploaded every Monday, Wednesday, ...

18:18
C++ DSA Back Tracking | Pseudocode, Dry Run & Code | Data Structure & Algorithms

1,275 views

6 months ago

Learn 2 Apply
♟️ N-Queens Backtracking Algorithm Visualization | Step-by-Step

Gumroad: https://softwarejd.gumroad.com/ Medium: https://medium.com/@jdgb.projects Patreon: ...

2:38
♟️ N-Queens Backtracking Algorithm Visualization | Step-by-Step

13 views

4 months ago