ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,828 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

253,780 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

12,114 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,714,786 views

8 years ago

TutorialsPoint
Back Tracking Algorithm  N Queen's Algorithm

Back Tracking Algorithm N Queen's Algorithm Watch More Videos at: https://www.tutorialspoint.com/videotutorials/index.htm ...

7:43
Back Tracking Algorithm N Queen's Algorithm

174,583 views

8 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

626,369 views

4 years ago

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

Try Our Full Platform: https://nas.io/backtobackswe Intuitive Video Explanations ❓New Unseen Questions Get All Solutions ...

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

149,146 views

7 years ago

TutorialsPoint
Back Tracking Algorithm  N Queen's Problem

Back Tracking Algorithm N Queen's Problem Watch More Videos at: https://www.tutorialspoint.com/videotutorials/index.htm ...

7:11
Back Tracking Algorithm N Queen's Problem

71,536 views

8 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,696 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

206,990 views

1 year ago

People also watched

TrendingCode
N Queen Problem : Solution In Java

Video related to the explanation and solution in Java using eclipse as IDE. Refer the code at ...

8:45
N Queen Problem : Solution In Java

18,734 views

7 years ago

Quinston Pimenta
N-Queens Problem | A Helpful Line-by-Line Code Tutorial

Free-To-Use Developer ToolBox: https://developertoolbox.app How to Micro SaaS side-hustle: ...

12:04
N-Queens Problem | A Helpful Line-by-Line Code Tutorial

57,685 views

11 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,300 views

5 years ago

Nguyen Tri Tin
Solve 8 Queen problem using Recursion 2 - Implementation

In this video, I show how to design a solution to solve the Eight-Queen problem using Recursion using Java. The code can be ...

14:00
Solve 8 Queen problem using Recursion 2 - Implementation

1,183 views

3 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,774 views

8 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,257 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,355 views

5 years ago

ComputerBread
Leetcode 46. Permutations : Introduction to backtracking

Let's introduce backtracking with the leetcode problem 46. Permutation Leetcode playlist: ...

10:06
Leetcode 46. Permutations : Introduction to backtracking

126,045 views

5 years ago

Back To Back SWE
The Backtracking Blueprint: The Legendary 3 Keys To Backtracking Algorithms

0/1 Code & Problem Statement ...

13:44
The Backtracking Blueprint: The Legendary 3 Keys To Backtracking Algorithms

552,085 views

7 years ago

Yusuf Shakeel
Backtracking | N Queen Problem - step by step guide

CODE Link: https://www.dyclassroom.com/backtracking-algorithm/n-queen-problem Mission: If the chess board is a NxN size then ...

10:26
Backtracking | N Queen Problem - step by step guide

95,499 views

9 years ago

Random Channel
N queens problem PROGRAM using back-tracking in C

Please FIRST SUBSCRIBE to the channel then the programs can be downloaded from the link after approval: ...

13:59
N queens problem PROGRAM using back-tracking in C

81,181 views

9 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

40,489 views

3 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,287 views

10 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

259,106 views

8 years ago

Eric Programming
[Java] Leetcode 51. N-Queens [Backtracking #9]

In this video, I'm going to show you how to solve Leetcode 51. N-Queens which is related to Backtracking. In fact, I also have a ...

12:27
[Java] Leetcode 51. N-Queens [Backtracking #9]

5,038 views

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

3 years ago