ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,141 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,312 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

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

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

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

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

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

CodeLucky
Backtracking Explained: N-Queens Problem & More!

Dive into the world of backtracking! This video provides a beginner-friendly introduction to backtracking, a powerful algorithmic ...

7:55
Backtracking Explained: N-Queens Problem & More!

42 views

10 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

Leetcode Unlocked
46. Permutations | Leetcode Unlocked - Python

Support the channel! Buy me a boba: https://www.buymeaboba.com Dive deep into LeetCode 46: Permutations, a classic problem ...

6:51
46. Permutations | Leetcode Unlocked - Python

5 views

4 months ago

Algo Yogi
LeetCode 22 | Generate Parentheses | Python Backtracking Explained | AlgoYogi

Start Your Smart Coding Prep at** [AlgoYogi.io](https://algoyogi.io) Welcome to **AlgoYogi**! In this video, we solve ...

18:29
LeetCode 22 | Generate Parentheses | Python Backtracking Explained | AlgoYogi

19 views

7 months ago

Ari's Lens
Recursive Backtracking Number Puzzle Solution

Learn how to solve the five‑number puzzle using recursive backtracking. I explain the pseudo code, walk through the Python ...

7:11
Recursive Backtracking Number Puzzle Solution

2 views

1 month ago

ByteQuest
BackTracking Visually Explained | Combination Sum Leetcode 39

In this video, we'll explore the concept of backtracking through a classic problem—LeetCode's Combination Sum. Starting with a ...

4:33
BackTracking Visually Explained | Combination Sum Leetcode 39

1,625 views

8 months ago

StatLearn Tech
Leetcode 679. 24 Game | Backtracking & Recursion with DFS | Python Solution

In this video, We solve Leetcode 679. 24 Game using a backtracking and recursion approach with depth-first search (DFS). This is ...

18:06
Leetcode 679. 24 Game | Backtracking & Recursion with DFS | Python Solution

332 views

5 months ago

Srk Codes
Backtracking Explained in Telugu 🧠 | Subsets of String using Recursion | srkcodes

Follow me on my new Instagram: https://instagram.com/srks.life The old link below doesn't work anymore — I changed my ID!

13:19
Backtracking Explained in Telugu 🧠 | Subsets of String using Recursion | srkcodes

937 views

9 months ago

Rough Code
LeetCode 39 - Combination Sum | Backtracking | DSA (Python)

LeetCode 39 - Combination Sum solution in Python using Backtracking technique. Time Complexity - O(n^m) Space Complexity ...

16:42
LeetCode 39 - Combination Sum | Backtracking | DSA (Python)

2 views

4 months ago

Rough Code
LeetCode 78 - Subsets | Backtracking | DSA (Python)

LeetCode 78 - Subsets solution in Python using Backtracking technique. Time Complexity - O(2^n*n) Space Complexity - O(n)

13:24
LeetCode 78 - Subsets | Backtracking | DSA (Python)

3 views

4 months ago

Gyaan Sandhi
🧠 DAA Practical 6 | 8 Queens Problem using Backtracking in Python | Step-by-Step Explanation

In this video, we solve the 8 Queens Problem using the Backtracking Algorithm in Python Objective: To place 8 queens on ...

10:32
🧠 DAA Practical 6 | 8 Queens Problem using Backtracking in Python | Step-by-Step Explanation

855 views

3 months ago

shadabsk
All Non-Repeating Combinations in a List | Bitmask + Backtracking | Interview-Focused

Codes for this video: ...

9:11
All Non-Repeating Combinations in a List | Bitmask + Backtracking | Interview-Focused

38 views

2 months ago