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
598 results
This video breaks down Backtracking algorithms from first principles — how the state-space tree and pruning work, to practical ...
49 views
4 weeks ago
Recursion vs Backtracking Explained breaks down two foundational algorithmic paradigms: recursion as an execution ...
87 views
3 weeks ago
Learn how to generate all permutations of a string or array using Recursion and Backtracking! In this video, we break down the ...
0 views
13 days ago
Master the N-Queens problem with this clear, step-by-step visual guide! ♟️ In this video, we break down one of the most classic ...
4 views
9 days ago
Learn how to solve the 'Generate Combinations' problem using Recursion and Backtracking! In this video, we break down how ...
3 views
In this video, we dive deep into the 4 N-Queen Problem using the Backtracking Algorithm. Whether you are preparing for coding ...
26 views
In this video, we solve the Knight's Tour Problem using the Backtracking algorithm with a complete hands-on implementation.
5 days ago
Headline: Master the Art of Backtracking! Ever felt like you're stuck in a maze with no way out? That's exactly where Backtracking ...
2 days ago
In this video, we will understand the N-Queen Problem using the Backtracking Algorithm. The N-Queen problem is a classic ...
114 views
2 weeks ago
The N Queens problem is a classic backtracking question asked in technical interviews to test recursion, constraint checking, and ...
104 views
Learn how to build a Sudoku Solver using the Backtracking algorithm! In this video, we break down the logic behind solving ...
15 views
In this video, we solve the Rat in a Maze problem using Backtracking, allowing the rat to move in all 4 directions: up, down, left, ...
38 views
Learn how to solve the Combination Sum II problem (LeetCode 40) using the Backtracking algorithm! In this tutorial, we ...
In this video, we solve LeetCode Problem 39: Combination Sum step by step using backtracking. Instead of memorizing code, ...
10 views
11 days ago
Backtracking Algorithms: Structured Search with Constraints | K11 Tech University Welcome back to K11 Tech University.
Learn how to solve the Combination Sum problem using the Backtracking algorithm! In this video, we break down the classic ...
Welcome to Bit by Bit — a channel where we decode the world of software development, one bit at a time. Unraveling N-Queens: ...
371 views
Unlock the power of Backtracking algorithms! In this video, we break down one of the most important concepts in computer ...
28 views
Mastering the N-Queens Problem: A Backtracking Case Study In this episode of K11 Tech University, we tackle the N-Queens ...
In this video, we solve a Maze Problem using the Backtracking algorithm, focusing on finding the shortest path from a starting point ...