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,839 results
Learn how to actually solve recursive backtracking problems and avoid common mistakes. I'll walk you through the 4-step ...
32,966 views
7 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,578 views
5 months ago
In this video, we'll explore the concept of backtracking through a classic problem—LeetCode's Combination Sum. Starting with a ...
1,517 views
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
This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...
430,051 views
Implementation of recursive backtracking algorithm and a star(a*) algorithm to solve.
240 views
4 months ago
Learn the backtracking algorithm with easy-to-understand examples! This video breaks down backtracking, a powerful ...
59 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
This lecture talks about what is Backtracking in Analysis of Algorithms in Hindi. This lecture also talks about what are the ...
12,351 views
Lecture recordings of CS 566 – Algorithms of Bioinformatics (Winter 2025-26) Algorithms of Bioinformatics is a specialization ...
49 views
3 months ago
1,782 views
10 months ago
Backtracking is essentially brute forcing a problem. Conceptually, one can imagine the procedure of backtracking as a tree ...
6,388 views
6 views
Write a program to implement backtracking algorithm for solving problems like N queensWrite a program to implement ...
5 views
2 months ago
🔍 Solve the Sum of Subsets Problem Using Backtracking! In this video, we explore the Sum of Subsets problem, an important ...
965 views
11 months ago
1st Year Computer Science – Chapter 03: Algorithms and Problem Solving Lecture 11: Dynamic Programming & Backtracking ...
423 views
In this video, I solve LeetCode 46: Permutations using a #backtracking approach in C#. We'll generate all possible permutations ...
216 views
8 months ago
Dive into the intricacies of understanding the time complexity of backtracking functions in algorithms. Discover the key calculations ...
51 views
N Queens problem using Backtracking in Analysis of Algorithms in Hindi is the topic taught in this lecture. This lecture talks ...
53,410 views
Crack the N-Queens Problem with Ease! Welcome to our detailed tutorial on solving the N-Queens Problem, a fundamental ...
681 views