ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,033 results

Apna College
N-Queens Problem | using Backtracking | Leetcode Hard

Lecture 45 of DSA Series : Recursion (Part 5) We will learn about more about recursion : N-Queens Problem using backtracking ...

24:26
N-Queens Problem | using Backtracking | Leetcode Hard

203,345 views

1 year ago

take U forward
L14. N-Queens | Leetcode Hard | Backtracking

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

36:55
L14. N-Queens | Leetcode Hard | Backtracking

622,605 views

4 years ago

Oceano
The n queens problem using backtracking and Naruto in C ELI5

Code https://github.com/suspectedoceano/piscine42/tree/main/c05/N_QUEENS_VIDEO typedef struct must_read_book { The ...

38:53
The n queens problem using backtracking and Naruto in C ELI5

2,421 views

1 year ago

InterviewWithBunny
PQ #4 - N Queens Problem using Backtracking | Easiest Solution REVEALED !!

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

28:51
PQ #4 - N Queens Problem using Backtracking | Easiest Solution REVEALED !!

9,534 views

3 years ago

MIT OpenCourseWare
Puzzle 5: Keep Those Queens Apart

MIT 6.S095 Programming for the Puzzled, IAP 2018 View the complete course: https://ocw.mit.edu/6-S095IAP18 Instructor: Srini ...

52:44
Puzzle 5: Keep Those Queens Apart

17,025 views

7 years ago

Mr Algorithms ( Mario Eid )
♟️ شرح الـ Backtracking بمسألة N Queens 🔁👑 | Backtracking Explained (Arabic Intuition)

في الفيديو ده هنتعلم واحدة من أقوى تقنيات حل المشكلات وهي Backtracking، من خلال مسألة مشهورة جدًا وهي N Queens Problem! هنشرح ...

30:11
♟️ شرح الـ Backtracking بمسألة N Queens 🔁👑 | Backtracking Explained (Arabic Intuition)

10,607 views

4 years ago

The Code Show
Leetcode 51 & 52 N-Queens (Backtracking) - javascript

This is a javascript solution for Leetcode 51 & 52 N-Queens & N-Queens || https://leetcode.com/problems/n-queens/ ...

20:29
Leetcode 51 & 52 N-Queens (Backtracking) - javascript

946 views

5 years ago

Anuj Kumar Sharma
Backtracking | N-Queen Problem & Sudoku Solver | Java and C++ | Anuj Bhaiya ✅| DSAOne Course #11

Hey guys, In this video, we'll understand the concept of Backtracking. Backtracking is an optimization technique and today we'll ...

23:39
Backtracking | N-Queen Problem & Sudoku Solver | Java and C++ | Anuj Bhaiya ✅| DSAOne Course #11

171,240 views

5 years ago

CodeHelp - by Babbar
Lecture 83: N-Queen Problem || Backtracking Day 2 || C++ Placement Series

In this Video, we are going to learn about Backtracking in C++ and Questions There is a lot to learn, Keep in mind “ Mnn bhot ...

31:04
Lecture 83: N-Queen Problem || Backtracking Day 2 || C++ Placement Series

148,974 views

3 years ago

Coder Army
BackTracking: N-Queens | M-Coloring Problem | Sudoku Solver

Recursion BackTracking #dsa #graph #datastructure What is Graphs in DSA and why do we need it. We talked about it with the ...

2:34:01
BackTracking: N-Queens | M-Coloring Problem | Sudoku Solver

36,892 views

1 year ago

Code and Debug
DSA in Python - N-Queens Problem | Recursion & Backtracking | Leetcode 51 - Part 80 [Hindi]

🚀 Welcome to Part 80 of Code & Debug’s DSA in Python Course! In this video, we solve the classic N-Queens problem (Leetcode ...

48:28
DSA in Python - N-Queens Problem | Recursion & Backtracking | Leetcode 51 - Part 80 [Hindi]

3,620 views

10 months ago

freeCodeCamp.org
Solve Coding Interview Backtracking Problems - Crash Course

Master the backtracking problem and solve two LeetCode hard problems in this crash course. ✏️ This course was developed by ...

36:51
Solve Coding Interview Backtracking Problems - Crash Course

203,034 views

4 years ago

Perfect Computer Engineer
N Queens Problem using Backtracking 🔥

N Queens problem using Backtracking in Analysis of Algorithms in Hindi is the topic taught in this lecture. This lecture talks ...

22:33
N Queens Problem using Backtracking 🔥

55,748 views

9 months ago

srcmake
[Interview Question] N Queens (with Backtracking)

... we solve the N Queens problem (Leetcode Hard) by using Backtracking. We go over the algorithm, optimizations, and C++ code ...

20:11
[Interview Question] N Queens (with Backtracking)

200 views

5 years ago

codestorywithMIK
N-Queens | 2 Approaches | Super Detailed | Magic Of Recursion | Recursion Concepts And Questions

iPad PDF Notes ...

1:06:37
N-Queens | 2 Approaches | Super Detailed | Magic Of Recursion | Recursion Concepts And Questions

25,308 views

1 year ago

Josh's DevBox
N Queens Leet Code Problem | Recursive Backtracking and Caching Solution

In this video we will look at solving the N-Queens Leet Code question using Recursive Backtracing. Alongside of that we will be ...

20:33
N Queens Leet Code Problem | Recursive Backtracking and Caching Solution

422 views

5 years ago

Dhananjay Sharma Officials
N-QUEEN | Python | Explanation and Program | Backtracking Problem -07

nqueen #backtracking #dhananjay Title: "Mastering the N-Queens Problem with Backtracking in Python: A Comprehensive Video ...

21:20
N-QUEEN | Python | Explanation and Program | Backtracking Problem -07

2,718 views

2 years ago

interviewBoost
Live meetup June 4, 2020 - Backtracking Pattern - Part 1: N-Queens problem

In this meetup, I focus on backtracking pattern. In the first part of session, I solve the N-Queens problem to learn backtracking ...

1:04:07
Live meetup June 4, 2020 - Backtracking Pattern - Part 1: N-Queens problem

82 views

5 years ago

Kunal Kushwaha
N-Queens, N-Knights, Sudoku Solver (LeetCode) - Backtracking Questions

Here we cover some important #backtracking questions such as N-Queens, N-Knights, Sudoku Solver (LeetCode), including ...

1:19:26
N-Queens, N-Knights, Sudoku Solver (LeetCode) - Backtracking Questions

239,618 views

4 years ago

Irfan Baqui
N-Queens - Coding Interview Question (Backtracking Algorithm)

Check out the detailed data structures and algorithms course at https://www.interviewaccelerator.com ! For weekly coding practice, ...

28:03
N-Queens - Coding Interview Question (Backtracking Algorithm)

46,767 views

8 years ago

Education 4u
N Queen Problem | Backtracking Algorithm |DAA| Design & Analysis of Algorithms | Lec-53 |Bhanu Priya

Design & Analysis of Algorithms ( DAA ) N Queen problem using backtracking with example #designandanalysisofalgorithms ...

26:28
N Queen Problem | Backtracking Algorithm |DAA| Design & Analysis of Algorithms | Lec-53 |Bhanu Priya

252,949 views

7 years ago

Tech Garage
N Queen Problem using Python || Optimized Solution #NQueen

... backtracking n queens problem python, nqueen problem, n queen problem, n queen problem using backtracking code, n queen ...

20:16
N Queen Problem using Python || Optimized Solution #NQueen

12,691 views

3 years ago

apni coding
N Queens Problem Using Backtracking | N Queen Problem | n queens Leetcode

Visit our website for premium courses: https://apnicoding.in/ Telegram for free notes⤵️ https://t.me/apnicoding presenting by ...

32:30
N Queens Problem Using Backtracking | N Queen Problem | n queens Leetcode

117 views

2 years ago

Pepcoding
N Queens - Solution | Recursion | Data Structures and Algorithms in JAVA

In this video, we discuss the solution of the N Queens Problem where we are required to place multiple queens on n*n ...

30:08
N Queens - Solution | Recursion | Data Structures and Algorithms in JAVA

85,460 views

5 years ago

koppu prasanthkumar
3.Algorithm for n queens problem

Hello in the previous video we have seen the solution for the n-queens problem using backtracking yes this is the solution tree no ...

22:46
3.Algorithm for n queens problem

139 views

5 years ago