ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,984 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,475 views

4 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

3 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

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,304 views

7 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,690,349 views

7 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,859 views

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

SkillUp with Genie
Leetcode 51 - N-Queens using Backtracking | Python Solution

Leetcode solution in Python for N-Queens Problem statement: The n-queens puzzle is the problem of placing n queens on an ...

22:40
Leetcode 51 - N-Queens using Backtracking | Python Solution

541 views

3 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

pyGPT
Backtracking and recursion in the n queens problem Python

Download this code from https://codegive.com Sure, I'd be happy to help with that! The N-Queens problem is a classic ...

4:11
Backtracking and recursion in the n queens problem Python

9 views

2 years ago

People also watched

Jack Langston
Solving N-Queens with Constraint Propagation and Backtracking

Problem Statement: https://en.wikipedia.org/wiki/Eight_queens_puzzle Starter Code: https://gitlab.com/aiatiu/NQueens.

28:56
Solving N-Queens with Constraint Propagation and Backtracking

7,149 views

7 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

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,732 views

1 year 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

Code Campaign
N Queen Problem (Data Structures and Algorithms #9)(Recursion #6)(Backtracking #5)

This video explains how to solve N Queen Problem by using backtracking in recursion. Code link: ...

27:11
N Queen Problem (Data Structures and Algorithms #9)(Recursion #6)(Backtracking #5)

5,284 views

7 years ago

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

N Queen Problem بالعربي.

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

7,008 views

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

4 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,701 views

3 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

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

Bhawna Priya
N Queens Problem | Backtracking | Python
14:12
N Queens Problem | Backtracking | Python

306 views

3 years ago

Coding theory
Python Solution for N-Queens Problem - Advanced Backtracking Explained

Explore an efficient Python solution to the N-Queens problem. Master backtracking and algorithm design for advanced coding ...

0:20
Python Solution for N-Queens Problem - Advanced Backtracking Explained

9 views

1 year ago

prince
Backtracking for N-Queens' Problem

To implement N-Queens' problem by backtracking method and display the 8 queens placed in a chessboard.

3:00
Backtracking for N-Queens' Problem

5 views

3 years ago

Challenging Luck
Backtracking Explained - Solving N-Queens and Knight's Tour using Python

Github: https://github.com/challengingLuck/youtube/tree/master/backtracking Click here or I will steal your cookies: ...

10:09
Backtracking Explained - Solving N-Queens and Knight's Tour using Python

36,190 views

5 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

Ayushi
🔢 N-Queens Problem in Python | Backtracking Explained Step-by-Step | Solve Any N Value

In this video, we're solving the classic N-Queens problem using backtracking — one of the most powerful techniques in ...

3:17
🔢 N-Queens Problem in Python | Backtracking Explained Step-by-Step | Solve Any N Value

7 views

5 months ago

CodeQuest
n queens problem in python

Download this code from https://codegive.com Sure, I'd be happy to help you with a tutorial on the N-Queens problem in Python.

3:24
n queens problem in python

11 views

1 year ago

vlogize
Solve the N Queens Problem with Backtracking

Learn how to effectively solve the N Queens puzzle using a backtracking approach in Python. Discover how to fix common issues ...

2:07
Solve the N Queens Problem with Backtracking

0 views

5 months ago

Robinroy peter
BACKTRACKING ALGORITHM FOR THE N QUEENS PROBLEM & PYTHON IMPLEMENTATION: ARTIFICIAL INTELLIGENCE

ROS based Robotics development with arduino and image procceing in opencv , matlab ...

2:18
BACKTRACKING ALGORITHM FOR THE N QUEENS PROBLEM & PYTHON IMPLEMENTATION: ARTIFICIAL INTELLIGENCE

645 views

6 years ago

Duy Dang
N Queens Puzzle Animated Backtracking Python Solution FASTER

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

7:18
N Queens Puzzle Animated Backtracking Python Solution FASTER

19 views

1 year ago