ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,530 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)

32,063 views

7 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,476 views

7 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

57 views

9 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,485 views

5 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,294 views

9 months ago

RuntimeHub
algorithms-cpp · backtracking/n_queens_all_solution_optimised

This video demonstrates a C++ algorithm example for backtracking/n_queens_all_solution_optimised from RuntimeHub.com, ...

8:16
algorithms-cpp · backtracking/n_queens_all_solution_optimised

1 view

7 months ago

fadli
Backtracking Algorithm
5:19
Backtracking Algorithm

1 view

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

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

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!

10 views

2 months ago

CodeGPT
Backtracking exercis

#Backtracking #Algorithm #numpy Backtracking algorithms problem solving recursive algorithms search techniques combinatorial ...

17:42
Backtracking exercis

0 views

10 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

48 views

3 months ago

NPTEL-NOC IITM
Backtracking Line Search

line search, inexact line search, wolfe conditions, strong wolfe conditions, armijo rule, curvature condition, backtracking line ...

14:50
Backtracking Line Search

1,030 views

10 months ago

KOTHAPETA DEEPTHI
Backtracking and State Space Tree
16:44
Backtracking and State Space Tree

53 views

8 months ago

RuntimeHub
algorithms-cpp · backtracking/nqueen_print_all_solutions

This video demonstrates a C++ algorithm example for backtracking/nqueen_print_all_solutions from RuntimeHub.com, based on ...

14:39
algorithms-cpp · backtracking/nqueen_print_all_solutions

2 views

7 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

964 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 🔴

800 views

10 months ago

Computer Science and Engineering (TGPCET )
"Understanding the N-Queen Problem | Backtracking Explained"

... for coding interviews, this tutorial will help you understand this famous backtracking algorithm in a simple and practical way!

6:30
"Understanding the N-Queen Problem | Backtracking Explained"

209 views

4 months ago

RuntimeHub
algorithms-cpp · backtracking/n_queens

This video demonstrates a C++ algorithm example for backtracking/n_queens from RuntimeHub.com, based on its interactive ...

15:52
algorithms-cpp · backtracking/n_queens

5 views

7 months ago

AI.Code.Cast()
Maximize Truck Space! Greedy vs Backtracking Algorithms Explained | AI Codecast | Audio Podcast

Optimize your commute with today's episode of AI Codecast! We dive into the classic problem of maximizing space utilization ...

13:18
Maximize Truck Space! Greedy vs Backtracking Algorithms Explained | AI Codecast | Audio Podcast

2 views

8 months ago

Partisan_terran
Recursion and Backtracking - Algorithm Studies

Talking about the recursion and backtracking, commonly used in programming competitions and algorithm interviews.

12:29
Recursion and Backtracking - Algorithm Studies

3 views

2 months ago

Velonix47
10 Queens Problem Visualization | Backtracking Algorithm Explained (All 724 Solutions)

Problem definition: The 10 Queens problem is a classic algorithmic challenge: find all arrangements of 10 queens on a 10×10 ...

4:14
10 Queens Problem Visualization | Backtracking Algorithm Explained (All 724 Solutions)

7 views

2 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,237 views

4 months ago

Java Coding Tutorials
Maze Generator in Java | Recursive Backtracking Algorithm Tutorial

In this Java tutorial, we create a Maze Generator using recursive backtracking. This program uses recursion and randomization ...

11:32
Maze Generator in Java | Recursive Backtracking Algorithm Tutorial

34 views

4 months ago

محمد شعبان
شرح مادة الخوارزميات خوارزمية backtracking  1
9:52
شرح مادة الخوارزميات خوارزمية backtracking 1

248 views

9 months ago