ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,875 results

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)

36,314 views

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

348 views

3 months ago

BugNoJutsu
2044. Count Maximum Bitwise-OR Subsets | Backtracking Explained | LeetCode Python Solution

In this video, we solve LeetCode 2044: Count Number of Maximum Bitwise-OR Subsets using Backtracking in Python. We break ...

5:08
2044. Count Maximum Bitwise-OR Subsets | Backtracking Explained | LeetCode Python Solution

70 views

6 months ago

Blaze's Projects
SUDOKU SOLVER IN PYTHON PT. 1: BACKTRACKING

This is the first video in a series where I tackle the game Sudoku using Algorithms implemented in Python. The focus of this video ...

7:52
SUDOKU SOLVER IN PYTHON PT. 1: BACKTRACKING

46 views

5 months ago

Innovit Technologies
Backtracking Problem Solving with LeetCode in Python | Innovit Technologies

Master Backtracking – Solve Complex Search Problems Step by Step In this video by Innovit Technologies, we focus on ...

1:27:23
Backtracking Problem Solving with LeetCode in Python | Innovit Technologies

14 views

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

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

303 views

3 months ago

CodeMaster
Part 20: Understanding Backtracking with Recursion | DSA in Python

In this video, we'll dive into Backtracking, a powerful algorithmic technique that uses recursion to explore all possible solutions to ...

8:00
Part 20: Understanding Backtracking with Recursion | DSA in Python

10 views

10 months ago

vlogize
Mastering Backtracking with a Simple Sudoku Solver in Python

Learn how to solve a Sudoku game using backtracking in Python with clear explanations, code snippets, and common pitfalls.

1:46
Mastering Backtracking with a Simple Sudoku Solver in Python

4 views

8 months ago

Rough Code
LeetCode 46 - Permutations | Backtracking | DSA (Python)

LeetCode 46 - Permutations solution in Python using Backtracking technique.

9:18
LeetCode 46 - Permutations | Backtracking | DSA (Python)

3 views

4 months ago

vlogize
Solving the Knight's Tour Problem with Backtracking in Python

Learn how to solve the `Knight's Tour` problem using backtracking in Python. This guide provides insights into recursive methods ...

1:25
Solving the Knight's Tour Problem with Backtracking in Python

4 views

4 months ago

Byte Decode
LeetCode 46 - Permutations | Backtracking Explained in Hindi | Python Solution | IN 7 MINUTES

In this video, we'll solve LeetCode Problem 46: Permutations using a clean and simple backtracking approach. We'll break down ...

7:07
LeetCode 46 - Permutations | Backtracking Explained in Hindi | Python Solution | IN 7 MINUTES

420 views

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

30 views

10 months ago

freeCodeCamp.org
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

472,149 views

6 months ago

CNP - Code n Program
Find All Combinations That Sum to Target in Python | Recursive Backtracking Tutorial

In this video, we dive into solving the Combination Sum problem using recursion and backtracking in Python. This algorithm finds ...

1:07:21
Find All Combinations That Sum to Target in Python | Recursive Backtracking Tutorial

2 views

6 months ago

Rough Code
LeetCode 22 - Generate Parantheses | Stack & Backtracking | DSA (Python)

LeetCode 22 - Generate Parantheses solution in Python using Backtracking technique. Time Complexity - O(4^n/sqrt(n)) Space ...

22:42
LeetCode 22 - Generate Parantheses | Stack & Backtracking | DSA (Python)

12 views

4 months ago

vlogize
Solve the Knight's Tour Problem with Backtracking in Python

A comprehensive guide on implementing the `Knight's Tour` algorithm using backtracking in Python, featuring a clear explanation ...

1:58
Solve the Knight's Tour Problem with Backtracking in Python

8 views

8 months ago

vlogize
Understanding Backtracking in Python: A Comprehensive Guide to Solving Sudoku

Explore how backtracking works in Python through a practical Sudoku-solving example. Step-by-step breakdown for easier ...

3:00
Understanding Backtracking in Python: A Comprehensive Guide to Solving Sudoku

4 views

5 months ago

vlogize
Understanding Recursion in Python: Backtracking and List Behavior Explained

Dive into the world of recursion in Python! Learn how the behavior of lists impacts backtracking algorithms and discover effective ...

1:57
Understanding Recursion in Python: Backtracking and List Behavior Explained

1 view

8 months ago

JomaClass
Backtracking: Coding The 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 ...

24:49
Backtracking: Coding The Robot Maze Problem | Programming Fundamentals with Python

301 views

3 months ago