Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
5,685 results
Learn how to actually solve recursive backtracking problems and avoid common mistakes. I'll walk you through the 4-step ...
30,966 views
7 months ago
Two 4s are separated by 4 positions. Two 3s are separated by 3 positions. Two 2s are separated by 2 positions. Two 1s are ...
21 views
6 months ago
In this video, we'll explore the concept of backtracking through a classic problem—LeetCode's Combination Sum. Starting with a ...
1,418 views
This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...
403,234 views
5 months ago
This topic is part of Chapter 3: Problem Solving and Algorithms from the 1st Year Computer Science syllabus. In this video, we ...
7,384 views
Implementation of recursive backtracking algorithm and a star(a*) algorithm to solve.
239 views
4 months ago
Learn the backtracking algorithm with easy-to-understand examples! This video breaks down backtracking, a powerful ...
55 views
9 months ago
"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.
32 views
6 views
This lecture talks about what is Backtracking in Analysis of Algorithms in Hindi. This lecture also talks about what are the ...
12,186 views
8 months ago
🔍 Solve the Sum of Subsets Problem Using Backtracking! In this video, we explore the Sum of Subsets problem, an important ...
960 views
11 months ago
Backtracking is essentially brute forcing a problem. Conceptually, one can imagine the procedure of backtracking as a tree ...
6,370 views
Lecture recordings of CS 566 – Algorithms of Bioinformatics (Winter 2025-26) Algorithms of Bioinformatics is a specialization ...
47 views
2 months ago
Write a program to implement backtracking algorithm for solving problems like N queensWrite a program to implement ...
5 views
1 month ago
1,740 views
10 months ago
1 view
In this video, we cover backtracking algorithms with clear examples and optimization techniques: ✓ What is Backtracking?
1,175 views
In this video, I solve LeetCode 46: Permutations using a #backtracking approach in C#. We'll generate all possible permutations ...
212 views
In this video, we dive into Backtracking, a powerful algorithmic technique used for solving problems like N-Queens, Sudoku, Maze ...
791 views
N Queens problem using Backtracking in Analysis of Algorithms in Hindi is the topic taught in this lecture. This lecture talks ...
52,958 views