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
218 results
LeetCode 51: N-Queens – Python Tutorial In this beginner-friendly tutorial, we solve LeetCode 51 N-Queens step by step. You'll ...
242 views
11 months ago
Day 44 of My LeetCode Journey | N-Queens (LeetCode 51) In this video I solve LeetCode #51 – N-Queens, one of the most ...
14 views
5 months ago
The N Queens problem is a classic backtracking question asked in technical interviews to test recursion, constraint checking, and ...
178 views
7 months ago
Learn how to solve LeetCode 51, N-Queens, using backtracking. We'll walk through row-by-row queen placement, column and ...
10 views
2 months ago
The N-Queens problem is one of the most famous puzzles in computer science — place N queens on a chessboard so that none ...
11 views
1 month ago
This is the last of the old videos series. In this video I cover three backtracking problems, knights tour, maze solving and 8 queens.
16 views
4 months ago
Backtracking -1 Solve LeetCode 51: N-Queens Problem easily! In this video, I explain the N-Queens Problem using ...
44 views
10 months ago
13 views
6 months ago
Welcome to Bit by Bit — a channel where we decode the world of software development, one bit at a time. Unraveling N-Queens: ...
379 views
Backtracking can feel confusing at first, but once you understand the pattern — choose, explore, undo — it becomes much easier.
152 views
In this video you'll learn how to implement an ultra-fast solver for the N-Queens problem using the C programming language ...
177 views
4 weeks ago
In this video, we tackle the famous N-Queens Problem using the Backtracking approach. We start by explaining the fundamental ...
104 views
3 months ago
The program automatically searches for a valid configuration using a **backtracking algorithm** and displays the solution in a ...
5 views
Write a program to implement backtracking algorithm for solving problems like N queensWrite a program to implement ...
9 views
8 months ago
In this video, we dive deep into one of the most challenging topics in algorithms: Backtracking. While many find it confusing, ...
113 views
Gumroad: https://softwarejd.gumroad.com/ Medium: https://medium.com/@jdgb.projects Patreon: ...
9 months ago
Master the classic N-Queens II LeetCode problem with this clear, visual, and step-by-step backtracking tutorial! In this daily coding ...
What You Will Learn: ✓ What is the N-Queen problem? ✓ Why backtracking is used ✓ Safety check for queen placement ...
7 views
In this video, we dive deep into the N-Queens Problem, one of the most classic challenges in Artificial Intelligence and Constraint ...
3,377 views
Want to master one of the most famous Backtracking interview problems? In this video, we break down LeetCode 51: N-Queens ...
1 view