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
25 results
The N-Queens problem is one of the most famous puzzles in computer science — place N queens on a chessboard so that none ...
10 views
3 weeks ago
Confused about N-Queens II (LeetCode 52)? I break it down using the Backtracking algorithm. You'll learn: - How to manage ...
3 views
In this video you'll learn how to implement an ultra-fast solver for the N-Queens problem using the C programming language ...
136 views
7 days ago
Master the N-Queens Problem (LeetCode Hard) with the easiest Backtracking explanation! In this video, you'll learn the complete ...
92 views
13 days ago
Solving the classic N-Queens problem in Rust — twice. First with the recursive backtracking approach Dijkstra made famous, sped ...
118 views
2 weeks ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC2YcnseCdo5FSc_ztxRJ0VA/join Buy Me a Coffee ...
17 views
3 days ago
Master the classic LeetCode N-Queens problem with this step-by-step backtracking tutorial! Learn how to efficiently place N ...
4 views
Master the classic N-Queens II LeetCode problem with this clear, visual, and step-by-step backtracking tutorial! In this daily coding ...
Backtracking can feel confusing at first, but once you understand the pattern — choose, explore, undo — it becomes much easier.
116 views
1 month ago
Backtracking sounds like a whole category of hard problems — permutations, subsets, N-Queens — but it's one frame repeated: at ...
29 views
4 weeks ago
This project presents the solution to the N-Queen Problem using two different approaches: recursive backtracking and a ...
5 views
Welcome to Day 6 of my 365 Days Coding Challenge! Today's live coding stream is focused on one of the most important DSA ...
13 views
Streamed 2 weeks ago
Java DSA Series Tracking Sheet: https://www.codehelp.in/core-subjects?slug=goat-dsa-course-by-codehelp Article link: TO Be ...
2,073 views
DESIGN AND ANALYSIS OF ALGORITHMS (DAA) – UNIT 2 | Greedy Algorithms & Backtracking | Complete CS8451 Course ...
0 views
Learn the reusable backtracking template that helps you solve a huge class of recursion and DSA problems—without memorizing ...
18 views
11 days ago
Welcome to Day 1 of my Daily Competitive Programming Journey! Today's Challenge: ✓ N-Queen Problem ✓ Rat in a Maze ...
34 views
There are four main algorithmic paradigms: complete search, greedy algorithms, divide and conquer, and dynamic programming.
39 views
Learn to think recursively in this Advanced Division session of the NYU Shanghai ICPC Summer Course. We sharpen functions ...
21 views
4 days ago