ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,956 results

NeetCode
N-Queens - Backtracking - Leetcode 51 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

17:51
N-Queens - Backtracking - Leetcode 51 - Python

247,353 views

4 years ago

Inside code
N-queens problem (Backtracking) - Inside code

Source code: https://gist.github.com/syphh/e607806f848bbca5e81624d9258e2b6c Learn graph theory algorithms: ...

14:13
N-queens problem (Backtracking) - Inside code

11,855 views

3 years ago

Abdul Bari
6.1 N Queens Problem using Backtracking

N-Queens problem state space tree PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on Udemy ...

13:41
6.1 N Queens Problem using Backtracking

2,689,820 views

7 years ago

Back To Back SWE
The N Queens Problem using Backtracking/Recursion - Explained

Code - https://backtobackswe.com/platform/content/the-n-queens-problem/solutions Free 5-Day Mini-Course: ...

14:29
The N Queens Problem using Backtracking/Recursion - Explained

148,274 views

7 years ago

GeeksforGeeks
N Queen Problem | Backtracking | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/backtracking-set-3-n-queen-problem/ Soundtrack: ...

5:15
N Queen Problem | Backtracking | GeeksforGeeks

258,684 views

8 years ago

Bug Ninza
Python program to implement n-queens problem using backtracking | Python Tutorials for Beginners

Hello guys, My name is Rohit Kumar Thakur and In this video, I am gonna show you how to implement n-queens problem using ...

7:41
Python program to implement n-queens problem using backtracking | Python Tutorials for Beginners

6,028 views

2 years ago

Timothy H Chang
Leetcode - N-Queens (Python)

May 2021 Leetcode Challenge Leetcode - N-Queens #51 Difficulty: Hard.

10:36
Leetcode - N-Queens (Python)

3,635 views

4 years ago

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

Hello Guys , Here , I explain the n queen problem with optimal in Python. I hope you enjoy the video and learn from it. **** if you ...

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

12,674 views

3 years ago

NeetCode
N-Queens II - Leetcode 52 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Problem Link: https://neetcode.io/problems/n-queens-ii 0:00 ...

13:58
N-Queens II - Leetcode 52 - Python

39,691 views

3 years 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

608,489 views

4 years ago

People also watched

Ahmed El Taweel
N Queen Problem بالعربي

N Queen Problem بالعربي.

11:19
N Queen Problem بالعربي

7,004 views

5 years ago

Munipraveena Rela's Classroom
Python program for 4 queen problem and 8 queen problem in Artificial Intelligence Lab

Python program for 4 queen problem and 8 queen problem.

5:47
Python program for 4 queen problem and 8 queen problem in Artificial Intelligence Lab

3,615 views

4 years ago

CSBreakdown
N-Queens Problem - Backtracking

We look at the famous n-queens problem and explain how the backtracking solution works!

15:12
N-Queens Problem - Backtracking

50,265 views

10 years ago

T V Rao
N Queens problem   Backtracking approach

In this session we are going to discuss very. Interesting and important problem it will - n-queens problem. The problem statement ...

19:07
N Queens problem Backtracking approach

11,667 views

5 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,739 views

7 years ago

PyRevolution
Solve the N-Queen Problem with Python

This tutorial solves the N-Queen problem using Python Programming. IPython Notebook: ...

6:45
Solve the N-Queen Problem with Python

42,803 views

10 years ago

P.S.R Patnaik
Discussion and Python Implementation of N Queens Problem [Backtracking]

Unedited lecture recording, watch at appropriate speed. Python implementation can be found at 43:43.

1:28:23
Discussion and Python Implementation of N Queens Problem [Backtracking]

1,976 views

5 years ago

Bitflip
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

Learn how to actually solve recursive backtracking problems and avoid common mistakes. I'll walk you through the 4-step ...

7:25
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

30,087 views

7 months ago

T V Nagaraju Technical
N QUEENS PROBLEM USING BACKTRACKING || STATE SPACE TREE || 4-QUEENS PROBLEM || 8- QUEENS PROBLEM

In this video we discussed N Queens problem using back tracking along with state space tree. 4 QUEENS PROBLEM 8 QUEENS ...

12:34
N QUEENS PROBLEM USING BACKTRACKING || STATE SPACE TREE || 4-QUEENS PROBLEM || 8- QUEENS PROBLEM

138,141 views

7 years ago

First additioN
N-Queens Problem | Python | Explanation with code and example

N-Queens Problem | Python | Explanation with code and example N - queens problem: It's a problem where you have to place N ...

39:41
N-Queens Problem | Python | Explanation with code and example

2,226 views

5 years ago

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

190,410 views

1 year ago

ChipSqueax
N Queens Problem in Python (Recursive Backtracking)

Hi! In this video, we shall be solving the n-queens problem using Python. We shall employ an algorithm called Recursive ...

6:27
N Queens Problem in Python (Recursive Backtracking)

8,113 views

4 years 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

201,931 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,268 views

1 year ago

OttoBotCode
Solving the N-Queens Problem - The Easiest Algorithm

In this video we attempt to solve the N-Queens Problem using a super simple and effective algorithm. You will see how a few ...

12:25
Solving the N-Queens Problem - The Easiest Algorithm

11,046 views

4 years ago

Bytes N Bits
The 8 Queen Problem in Computer Science - full Python code solutions

In the 8 queen problem you have a chess board and eight queens. You have to place all eight queens onto the board so that no ...

39:32
The 8 Queen Problem in Computer Science - full Python code solutions

22,102 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,651 views

2 years 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,340 views

3 years ago

Join To Learn
N Queens Problem || Concept and Python Program

You can take any number of queens and you can solve this problem so e problem yellow solution backtracking method i'll show ...

22:27
N Queens Problem || Concept and Python Program

682 views

3 years ago

Tushar Roy - Coding Made Simple
N Queen Problem Using Backtracking Algorithm

https://www.facebook.com/tusharroy25 ...

18:04
N Queen Problem Using Backtracking Algorithm

346,343 views

9 years ago