ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

770 results

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

546,435 views

6 years ago

CS Algorithms & Challenges
Backtracking Made Easy! | LeetCode 78 - Subsets | Python Solution

In this video, we'll solve the Subsets problem using Backtracking and an Iterative approach in Python! Problem Statement: ...

16:57
Backtracking Made Easy! | LeetCode 78 - Subsets | Python Solution

29 views

9 months ago

Inside code
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code

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

5:39
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code

81,846 views

3 years ago

JomaClass
Backtracking | Programming Fundamentals with Python

All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...

11:31
Backtracking | Programming Fundamentals with Python

334 views

2 months 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

124,881 views

5 years ago

TechInFive
Coding Interview Prep: Cracking Mahjong with Recursive Backtracking in 5 minutes

Are you preparing for a coding interview or simply love tackling algorithmic puzzles? Join us as we delve into the fascinating ...

5:00
Coding Interview Prep: Cracking Mahjong with Recursive Backtracking in 5 minutes

230 views

2 years ago

Santiago Fiorino
BACKTRACKING: How to solve (almost) any problem.

In this video I explain an algorithmic technique called "Backtracking", which helps to solve a wide range of problems. Between ...

12:49
BACKTRACKING: How to solve (almost) any problem.

61,651 views

2 years ago

JomaClass
Backtracking: Robot Maze Problem | Programming Fundamentals with Python

All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...

11:08
Backtracking: Robot Maze Problem | Programming Fundamentals with Python

293 views

2 months ago

Computational Thinking
Recursion and Backtracking

This video introduces to the concepts of recursion and backtracking.

11:12
Recursion and Backtracking

2,284 views

3 years ago

mCoding
C++ Sudoku Solver in 7 minutes using Recursive Backtracking

We use a recursive backtracking algorithm and the bitset data structure. ― mCoding with James Murphy (https://mcoding.io) ...

6:57
C++ Sudoku Solver in 7 minutes using Recursive Backtracking

121,373 views

4 years ago

Trie Lab
Recursion in 10 Minutes: The 4 Step Secret That Works | FAANG Interview Classics

Stop struggling with recursion! This video introduces the "Recursive Leap of Faith" — a powerful mental model that makes ...

9:24
Recursion in 10 Minutes: The 4 Step Secret That Works | FAANG Interview Classics

118 views

3 months ago

Bug Ninza
46 Mastering Backtracking Algorithms in JavaScript | N-Queens Problem Explained

In this video, we're diving into the fascinating world of backtracking algorithms. Join us as we explore the power of backtracking ...

7:19
46 Mastering Backtracking Algorithms in JavaScript | N-Queens Problem Explained

618 views

2 years ago

Chaz Winter
LeetCode 51 - N-Queens (Part 1) - Visual Explanation (Works in any Language)

Link to my Recursion video: https://www.youtube.com/watch?v=a84jISgJj1A Robot animation is from Reeborg's World, by André ...

13:51
LeetCode 51 - N-Queens (Part 1) - Visual Explanation (Works in any Language)

336 views

1 year ago

Trie Lab
Power Set Problem - Backtracking Simplified | FAANG Coding Interview

Master the Power Set problem using two different recursive approaches! This video breaks down the exact thought process for ...

12:27
Power Set Problem - Backtracking Simplified | FAANG Coding Interview

149 views

3 months ago

Regex Quickies with Wiktor Stribiżew
Backtracking in regular expressions

Ever wondered why your regex matches too much? Or, why a regex does not capture a full value and only stores its last character ...

4:23
Backtracking in regular expressions

2,243 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,799 views

3 years ago

Regex Quickies with Wiktor Stribiżew
Skipping matches in specific contexts (with SKIP & FAIL verbs)

SKIP)(*FAIL) PCRE verbs make the task of matching a pattern outside of specific context a child's play. Available in PCRE regex ...

6:06
Skipping matches in specific contexts (with SKIP & FAIL verbs)

403 views

3 years ago

Curious Chahar
What is backtracking? | Difference between recursion and backtracking | Ep - 10 | DSA by Nishant

In this video, we will see what is backtracking, with the help of a very simple example. We will also discuss what is the difference ...

6:32
What is backtracking? | Difference between recursion and backtracking | Ep - 10 | DSA by Nishant

53,820 views

3 years ago

DownRampApps
Sudoku maker - python - code in description

Create a random sudoku puzzle with dfs algorithm generating the puzzle. Chapter: ...

7:47
Sudoku maker - python - code in description

50 views

3 years ago

Folker Hoffmann
Understanding scipy.minimize part 2: Line search

A visualization of how the line search algorithm from scipy.minimize works. Animations are made with the manimce library. Part 1 ...

11:53
Understanding scipy.minimize part 2: Line search

9,126 views

2 years ago