ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

450 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)

47,698 views

9 months ago

Conner Ardman
The ONLY Recursion Tutorial You’ll Ever Need

... Thinking Through Recursion 5:36 Why Recursion is Slow (and what to do about it) 11:28 Recursive Backtracking 15:35 Walking ...

20:12
The ONLY Recursion Tutorial You’ll Ever Need

1,714 views

2 months ago

Rosman Cariño
CS106B - Recursive Backtracking - Cracking Passwords
31:12
CS106B - Recursive Backtracking - Cracking Passwords

48 views

10 months ago

Code Scribbler
LeetCode 46: Permutations | C# Solution | Backtracking Algorithm

In this video, I solve LeetCode 46: Permutations using a #backtracking approach in C#. We'll generate all possible permutations ...

4:51
LeetCode 46: Permutations | C# Solution | Backtracking Algorithm

269 views

10 months ago

CodeSpace
Recursion Masterclass 🔁 | Full 5.5 Hour DSA Course (Beginner to Advanced + Backtracking + Problems)

Welcome to the ULTIMATE RECURSION MASTERCLASS! In this 5.5 hour video, we take you from zero to expert in recursion.

5:29:05
Recursion Masterclass 🔁 | Full 5.5 Hour DSA Course (Beginner to Advanced + Backtracking + Problems)

54 views

7 months ago

Code Scribbler
LeetCode 22: Generate Parentheses | C# Solution | Backtracking & Recursion

Dive into the classic #backtracking problem where we generate all valid combinations of n pairs of parentheses. #leetcode ...

5:27
LeetCode 22: Generate Parentheses | C# Solution | Backtracking & Recursion

153 views

10 months ago

Satheeshkumar Kanakasabapathy
Backtracking Explained - Knights Tour

In this video, we solve the Knight's Tour Problem using the Backtracking algorithm with a complete hands-on implementation.

10:23
Backtracking Explained - Knights Tour

230 views

1 month ago

Satheeshkumar Kanakasabapathy
Backtracking Maze Problem | Find Shortest Path to a Corner – Step by Step

In this video, we solve a Maze Problem using the Backtracking algorithm, focusing on finding the shortest path from a starting point ...

4:51
Backtracking Maze Problem | Find Shortest Path to a Corner – Step by Step

190 views

1 month ago

code io - Tamil and logic io
Recursion Questions | ZOHO Round-1 Output Question | Ep-14 | Tamil | code io

Code & Notes: https://codeio.dev/articles Aptitude Round-1 Questions : @LogicIoTamil Download IDK : https://codeio.dev/idk ...

20:29
Recursion Questions | ZOHO Round-1 Output Question | Ep-14 | Tamil | code io

4,408 views

1 month ago

TechBits
LeetCode79: WordSearch | Backtracking | Recursion

Word Search Given an m x n grid of characters `board` and a string `word`, return `true` if `word` exists in the grid. The word can ...

19:51
LeetCode79: WordSearch | Backtracking | Recursion

40 views

3 months ago

Satheeshkumar Kanakasabapathy
Backtracking Subsequence Sum Problem | Step-by-Step Tutorial

In this video, we solve the Subsequence Sum Problem using the Backtracking algorithm. This classic problem asks you to find all ...

15:56
Backtracking Subsequence Sum Problem | Step-by-Step Tutorial

227 views

1 month ago

Tutorial2Heaven
CSES Creating Strings Explained | Recursion + Backtracking Tree Intuition

In this video, we solve the Creating Strings problem from CSES by understanding recursion and backtracking through a tree ...

9:28
CSES Creating Strings Explained | Recursion + Backtracking Tree Intuition

13 views

1 month ago

Satheeshkumar Kanakasabapathy
Introduction to Backtracking

In this video, we introduce the concept of Backtracking, a powerful algorithmic technique used to solve problems involving ...

8:50
Introduction to Backtracking

851 views

1 month ago

Code Scribbler
LeetCode 52: N-Queens II | C# Solution | Backtracking & Bit Manipulation |

Problem Overview** Solve the classic N-Queens II problem by finding the total number of distinct solutions where n queens can ...

9:16
LeetCode 52: N-Queens II | C# Solution | Backtracking & Bit Manipulation |

45 views

10 months ago

Satheeshkumar Kanakasabapathy
Step-by-Step Backtracking | Rat in a Maze (Right & Down) Coding Tutorial

In this video, we solve the Rat in a Maze problem using the Backtracking algorithm, focusing on a restricted movement approach ...

25:46
Step-by-Step Backtracking | Rat in a Maze (Right & Down) Coding Tutorial

1,071 views

1 month ago

Sophia Antonopoulou
Rush 01 - Explained

REMEMBER: If you are a Pisciner DO NOT copy our answer! Try to solve it yourself, ask your neighbours, and grow! Copying from ...

40:04
Rush 01 - Explained

1,832 views

7 months ago

vlogize
Understanding the Difference Between String Permutation Recursive Cases in C#

A detailed exploration of the recursive cases of string permutation in C-. Discover how backtracking functions and why it's ...

2:13
Understanding the Difference Between String Permutation Recursive Cases in C#

6 views

11 months ago

Satheeshkumar Kanakasabapathy
Step-by-Step Backtracking | Maze Shortest Path from Source to Destination - Step by Step Explanation

In this video, we solve the Maze Problem using Backtracking, focusing on finding the shortest path from a source cell to a ...

10:54
Step-by-Step Backtracking | Maze Shortest Path from Source to Destination - Step by Step Explanation

327 views

1 month ago

vlogize
Mastering C#  Recursive Programming: How to Undo Steps in a Sudoku Solver

Dive into effective techniques for implementing recursion in your C# Sudoku solver, including how to handle backtracking by ...

1:57
Mastering C# Recursive Programming: How to Undo Steps in a Sudoku Solver

1 view

9 months ago

Satheeshkumar Kanakasabapathy
Step-by-Step Backtracking | Rat in a Maze (All 4 Directions) Coding Tutorial

In this video, we solve the Rat in a Maze problem using Backtracking, allowing the rat to move in all 4 directions: up, down, left, ...

8:13
Step-by-Step Backtracking | Rat in a Maze (All 4 Directions) Coding Tutorial

323 views

1 month ago