ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,090 results

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

12 views

3 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

333,088 views

5 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

4 months ago

Immaculate the Coder
WORD SEARCH — DFS Backtracking #leetcode79  Made Simple! 🔥

leetcode #codinginterview #python #backtracking #dfs #wordsearch #coding Solve LeetCode 79: Word Search with a clean and ...

21:25
WORD SEARCH — DFS Backtracking #leetcode79 Made Simple! 🔥

0 views

3 weeks ago

James Peralta
Coding Patterns: Backtracking

Backtracking is essentially brute forcing a problem. Conceptually, one can imagine the procedure of backtracking as a tree ...

32:59
Coding Patterns: Backtracking

6,296 views

8 months ago

Apna College
Recursion (Basics to Advanced) & Backtracking for Placements

Want to study for Tech Placements/Internships from us : Our Latest Placement Batches : https://linktr.ee/apnacollege.in Share your ...

6:16:32
Recursion (Basics to Advanced) & Backtracking for Placements

128,673 views

11 months ago

TechBits
LeetCode77: Combinations | Recursion | Backtracking

Combinations Given two integers n and k, return all possible combinations of k numbers chosen from the range 1 to n.

21:36
LeetCode77: Combinations | Recursion | Backtracking

28 views

1 month ago

CodeWithMagesh
Combination Sum – Blind 25 | Backtracking Explained Clearly | Python

In this beginner-friendly video, we kick off our Blind 25 Backtracking Series with one of the most classic problems: Combination ...

32:56
Combination Sum – Blind 25 | Backtracking Explained Clearly | Python

96 views

5 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

3 months ago

Code and Debug
DSA in Python - Rat in a Maze | Recursion & Backtracking | GFG Problem - Part 81 [Hindi]

🚀 Welcome to Part 81 of Code & Debug’s DSA in Python Course! In this lecture, we solve the famous Rat in a Maze problem from ...

29:49
DSA in Python - Rat in a Maze | Recursion & Backtracking | GFG Problem - Part 81 [Hindi]

1,970 views

8 months ago

Shadow
backtracking 5
1:08:40
backtracking 5

5 views

10 months ago

Coding Beyond Imagination CBI
Understand Recursion and Backtracking | Recursion Lecture 1 | Recursion Problems
23:36
Understand Recursion and Backtracking | Recursion Lecture 1 | Recursion Problems

18 views

11 months ago

Silent Coder
How To Create a Sudoku Solver using Python

We'll cover: ✓ Implementing the backtracking algorithm in Python ✓ Building a Sudoku grid with Tkinter ✓ Automatically solving ...

28:35
How To Create a Sudoku Solver using Python

29 views

2 months ago

CNP - Code n Program
Permutations in Python Using Recursion | Backtracking Tutorial for Beginners

In this Python programming tutorial, learn how to generate all permutations of a list using recursion and backtracking—without ...

28:22
Permutations in Python Using Recursion | Backtracking Tutorial for Beginners

3 views

4 months ago

CodeAns
Backtracking || Recursion || Word Break

hey.

36:00
Backtracking || Recursion || Word Break

15 views

Streamed 5 months ago

Code and Debug
DSA Python - Advanced Recursion | Generate Subsequences with Sum K | Backtracking - Part 70 [Hindi]

🚀 Welcome to Part 70 of Code & Debug’s DSA Python Course 2025! In this lecture, we take Advanced Recursion a step further by ...

33:11
DSA Python - Advanced Recursion | Generate Subsequences with Sum K | Backtracking - Part 70 [Hindi]

3,896 views

9 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

281 views

2 months ago

Algo Yogi
LeetCode 1219 | Path with Maximum Gold | Python Backtracking DFS Explained | AlgoYogi

Welcome to AlgoYogi! Start Your Smart Coding Prep at https://algoyogi.io In this video, we solve **LeetCode 1219: Path with ...

21:17
LeetCode 1219 | Path with Maximum Gold | Python Backtracking DFS Explained | AlgoYogi

27 views

3 months ago

AI&Cloud
🧠 Backtracking Problem Solved (Part X) | Full Step-by-Step Solution

What's Inside This Video: ✔️ Problem statement explanation ✔️ Designing the backtracking approach ✔️ Understanding ...

59:47
🧠 Backtracking Problem Solved (Part X) | Full Step-by-Step Solution

9 views

1 month ago

Nidhi Chouhan
Generate Parentheses, | LeetCode 22 | Python DSA

In this video, we solve one of the most popular backtracking problems — “Generate Parentheses” (LeetCode 22) using Python .

1:10:14
Generate Parentheses, | LeetCode 22 | Python DSA

61 views

Streamed 1 month ago

AlitaCode
LeetCode 743: Network Delay Time

LeetCode 743: Network Delay Time Difficulty: Medium Topics: Array, Backtracking, Breadth-First Search, Depth-First Search, ...

29:14
LeetCode 743: Network Delay Time

1 view

1 month ago

Sid Codes
Climbing Stairs | DP Series | Backtracking
22:02
Climbing Stairs | DP Series | Backtracking

10 views

9 months ago

AlitaCode
LeetCode 827: Making A Large Island

LeetCode 827: Making A Large Island Difficulty: Hard Topics: Backtracking, Depth-First Search, Dynamic Programming, Math, ...

30:26
LeetCode 827: Making A Large Island

0 views

1 month ago

ShivSatty
I Visualized BACKTRACKING and It Finally Clicked

Now, a bad algorithm would just stand there and cry. But a Backtracking algorithm does something distinct. It admits it was wrong.

29:45
I Visualized BACKTRACKING and It Finally Clicked

0 views

2 weeks ago

Sunny Gupta
Leetcode 51. N-Queens (BackTracking)

https://leetcode.com/problems/n-queens/description/

49:07
Leetcode 51. N-Queens (BackTracking)

48 views

9 months ago