ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,418 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

252,417 views

4 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,709,635 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

12,033 views

3 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

148,980 views

7 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

622,664 views

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

8 years ago

Scholarly Things
N queens problem | Backtracking | Scholarly things

Hi there, I hope you liked this video. Please hit like, share and subscribe. It will motivate me to do more of these. Thanks!

3:38
N queens problem | Backtracking | Scholarly things

6,471 views

3 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

203,358 views

1 year ago

People also watched

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

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

11 years ago

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

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

551,252 views

6 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

Naresh Gupta
N Queens | nqueens | Leetcode 51 | Bactracking | Facebook Amazon

Problem Link - https://leetcode.com/problems/n-queens/ Subscribe for more educational videos on data structure, algorithms and ...

16:00
N Queens | nqueens | Leetcode 51 | Bactracking | Facebook Amazon

2,813 views

4 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

125,865 views

5 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

203,034 views

4 years ago

Coding Blocks
N-Queen using Backtracking & Bitsets : Just 6 Lines of Code !

Learn to solve N-Queen Problem using Bitsets + Backtracking. Algorithm analysis by Prateek Bhayia from Coding Blocks. Thanks ...

26:58
N-Queen using Backtracking & Bitsets : Just 6 Lines of Code !

30,991 views

8 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,535 views

3 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

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

8 years 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,303 views

4 years ago

Algorithms Made Easy
N-Queens | Live Coding with Explanation | Leetcode - 51

Get Discount on GeeksforGeeks courses (https://practice.geeksforgeeks.org/courses) by using coupon code: ALGOMADEASY To ...

11:45
N-Queens | Live Coding with Explanation | Leetcode - 51

12,349 views

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

9 years ago

THE GATEHUB
N Queen Problem Using Backtracking || N Queen Problem || Backtracking Algorithm

#backtracking , #nqueen , #4queen , #backtrackingalgorithm n queen problem || n queen problem using backtracking algorithm ...

9:32
N Queen Problem Using Backtracking || N Queen Problem || Backtracking Algorithm

390,426 views

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

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

5 years ago

Farhan Hossan
N-Queens Problem | Backtracking | Data Structure & Algorithm | Bangla Tutorial

In this video i have discussed about the topic of N-Queens Problem using Backtracking in data structure & Algorithm. #N-Queens ...

16:04
N-Queens Problem | Backtracking | Data Structure & Algorithm | Bangla Tutorial

50,634 views

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

10 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,480 views

8 years ago