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,331 results
The 2-Question Framework: The exact two questions you need to answer to write any backtracking algorithm without sweating.
33,155 views
1 month ago
Backtracking sounds like a whole category of hard problems — permutations, subsets, N-Queens — but it's one frame repeated: at ...
28 views
3 weeks ago
This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...
759,574 views
11 months ago
... java programming challenge, coding for beginners, backtracking algorithm, java recursion tutorial, maze solving algorithm, java ...
156 views
9 months ago
This video visualizes the backtracking algorithm used to generate a valid Sudoku solution. The algorithm iterates through each ...
14 views
How does a computer place N queens on a chessboard without any of them attacking each other? In this video, we'll explore the ...
44 views
This topic is part of Chapter 3: Problem Solving and Algorithms from the 1st Year Computer Science syllabus. In this video, we ...
10,925 views
Implementation of recursive backtracking algorithm and a star(a*) algorithm to solve.
283 views
10 months ago
A Backtracking Algorithm is a problem-solving technique used in computer science to find solutions by trying different possibilities ...
41 views
2 months ago
Talking about the recursion and backtracking, commonly used in programming competitions and algorithm interviews.
6 views
8 months ago
... video: - Wikipedia — Backtracking - GeeksforGeeks — Introduction to Backtracking - GeeksforGeeks — Backtracking Algorithm ...
0 views
13 days 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, ...
500 views
6 months ago
1. Compiler Design Playlist: https://www.youtube.com/playlist?list=PLXj4XH7LcRfC9pGMWuM6UWE3V4YZ9TZzM ...
7,161 views
3 months ago
Lecture recordings of CS 566 – Algorithms of Bioinformatics (Winter 2025-26) Algorithms of Bioinformatics is a specialization ...
125 views
Understand the Word Search problem visually instead of memorizing the solution. In this short, you'll see how the algorithm: ...
5 views
2 weeks ago
Welcome to Digital Nomad Academy (DNA)! Namaste everyone! Welcome back to Digital Nomad Academy. In this ...
45 views
Welcome to Part 1 of our Advanced DSA Series We're taking your DSA skills to the next level — and we're starting with one of ...
8 views
11 days ago
... for coding interviews, this tutorial will help you understand this famous backtracking algorithm in a simple and practical way!
218 views
Learn how to solve the Combination Sum problem using the Backtracking algorithm! In this video, we break down the classic ...
Master the Sum of Subsets problem using Backtracking. Learn state space trees, pruning, recursive solutions, and complexity ...
27 views