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
796 results
Word Search Given an m x n grid of characters `board` and a string `word`, return `true` if `word` exists in the grid. The word can ...
41 views
7 months ago
In this video, we solve the Knight's Tour Problem using the Backtracking algorithm with a complete hands-on implementation.
398 views
6 months ago
في السيشن دي هنشرح Recursion & Backtracking بشكل مبسط مع أمثلة عملية. هنتكلم إزاي بنفكر بالـ recursion خطوة بخطوة، وإزاي الـ ...
307 views
10 months ago
Watch the N-Queens problem come to life with this step-by-step backtracking animation! Learn how recursion, safety checks, and ...
429 views
11 months ago
Learn how to embed C code in N-Prolog for high-performance computation! In this video, we demonstrate how to implement the ...
50 views
3 months ago
... Thinking Through Recursion 5:36 Why Recursion is Slow (and what to do about it) 11:28 Recursive Backtracking 15:35 Walking ...
2,063 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, ...
499 views
In this video, we solve the Subsequence Sum Problem using the Backtracking algorithm. This classic problem asks you to find all ...
334 views
Master Recursion and Backtracking with 5 must-know problems In this video, we cover multiple important questions that build ...
21 views
2 months ago
In this video, we solve the Maze Problem using Backtracking, focusing on finding the shortest path from a source cell to a ...
459 views
Many students can write recursive functions but struggle to understand how recursion actually executes. In this video, I explain ...
24 views
1 month ago
Problem Overview* - The task involves generating all possible combinations of letters from a given array of digits on a phone ...
5 views
9 months ago
In this video, we solve the Creating Strings problem from CSES by understanding recursion and backtracking through a tree ...
15 views
5 months ago
In this video, we break down LeetCode 37: Sudoku Solver, a classic hard-level backtracking problem. We explore how to solve ...
13 views
2 weeks ago
In this video, we introduce the concept of Backtracking, a powerful algorithmic technique used to solve problems involving ...
1,194 views
Welcome to the ULTIMATE RECURSION MASTERCLASS! In this 5.5 hour video, we take you from zero to expert in recursion.
65 views
Use coupon code KARAN20 to get 20% extra discount on GeeksforGeeks courses. Explore GeeksforGeeks course here : https://www ...
27 views
Learn to think recursively in this Advanced Division session of the NYU Shanghai ICPC Summer Course. We sharpen functions ...
36 views
10 days ago
LeetCode 216 (Combination Sum III) solved with a clean Backtracking / DFS template in C++. Start the ordered Backtracking ...
109 views
In this video, we solve a Maze Problem using the Backtracking algorithm, focusing on finding the shortest path from a starting point ...
281 views