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
258 results
Recursion vs Backtracking Explained breaks down two foundational algorithmic paradigms: recursion as an execution ...
85 views
3 weeks ago
In this video, we solve the Knight's Tour Problem using the Backtracking algorithm with a complete hands-on implementation.
0 views
1 day ago
Learn how to solve the 'Generate Combinations' problem using Recursion and Backtracking! In this video, we break down how ...
3 views
9 days ago
Unlock the power of Backtracking algorithms! In this video, we break down one of the most important concepts in computer ...
13 views
5 days ago
Learn how to solve the Combination Sum problem using the Backtracking algorithm! In this video, we break down the classic ...
Backtracking Algorithms: Structured Search with Constraints | K11 Tech University Welcome back to K11 Tech University.
2 weeks ago
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, ...
The N Queens problem is a classic backtracking question asked in technical interviews to test recursion, constraint checking, and ...
103 views
Mastering the N-Queens Problem: A Backtracking Case Study In this episode of K11 Tech University, we tackle the N-Queens ...
Learn how to solve the Combination Sum II problem (LeetCode 40) using the Backtracking algorithm! In this tutorial, we ...
1 view
Master Backtracking Algorithms for technical interviews with our structured 90-day roadmap. Start your 90-Day FAANG ...
Learn how to solve the Combination Sum problem using the Backtracking pattern! In this video, we break down the logic ...
Learn how to solve the "Generate IP Addresses" problem using Backtracking (DFS). This is a popular coding interview question ...
We cover the rules of valid IP addresses, how to visualize the decision tree, and how to implement the backtracking algorithm ...
2 views
In this video, we solve a Maze Problem using the Backtracking algorithm, focusing on finding the shortest path from a starting point ...
Online Learning Bootcamp Learn anywhere, freely and mindfully! Join us for an accelerated learning experience tailored to your ...
127 views
1 month ago
In the sum of subsets problem, there is a given set with some non-negative integer elements. And another sum value is also ...
143 views
Learn how to solve the 'All Paths From Source to Target' problem (LeetCode 797) using Depth First Search (DFS) and ...
5 views
7 days ago
Let G= (V, E) be a connected graph with n vertices. A Hamiltonian cycle (suggested by Sir William Hamilton) is a round-trip path a ...
107 views
12 days ago
17 views