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,748 results
Learn how to actually solve recursive backtracking problems and avoid common mistakes. I'll walk you through the 4-step ...
43,994 views
8 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 ...
23 views
In this video, we'll explore the concept of backtracking through a classic problem—LeetCode's Combination Sum. Starting with a ...
1,818 views
9 months ago
This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...
527,836 views
7 months ago
Implementation of recursive backtracking algorithm and a star(a*) algorithm to solve.
255 views
6 months ago
This topic is part of Chapter 3: Problem Solving and Algorithms from the 1st Year Computer Science syllabus. In this video, we ...
8,701 views
"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
Learn the backtracking algorithm with easy-to-understand examples! This video breaks down backtracking, a powerful ...
68 views
11 months ago
When To Use Backtracking Algorithm? In this informative video, we'll cover the backtracking algorithm and its applications in ...
14 views
What Happens When The Backtracking Algorithm Reaches A Complete Solution? In this informative video, we will dive into the ...
8 views
10 months ago
This lecture talks about what is Backtracking in Analysis of Algorithms in Hindi. This lecture also talks about what are the ...
12,969 views
Ever wondered how computers solve complex puzzles like Sudoku, mazes, or the N-Queens problem so efficiently? The secret ...
17 views
3 months ago
Backtracking is essentially brute forcing a problem. Conceptually, one can imagine the procedure of backtracking as a tree ...
6,511 views
In this video, I solve LeetCode 46: Permutations using a #backtracking approach in C#. We'll generate all possible permutations ...
248 views
For Course & Test Series Visit: https://www.piyushwairale.com/ Have any questions? Join our telegram group ...
614 views
1 month ago
Lecture recordings of CS 566 – Algorithms of Bioinformatics (Winter 2025-26) Algorithms of Bioinformatics is a specialization ...
66 views
4 months ago
6 views
Learn Backtracking in Java with this DSA in Java – One Shot session designed for coding interviews, competitive programming, ...
4,917 views
3 weeks ago
35 views
Write a program to implement backtracking algorithm for solving problems like N queensWrite a program to implement ...
5 views