ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

796 results

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

41 views

7 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

398 views

6 months ago

khaled Saeed
Recursion & Backtracking شرح

في السيشن دي هنشرح Recursion & Backtracking بشكل مبسط مع أمثلة عملية. هنتكلم إزاي بنفكر بالـ recursion خطوة بخطوة، وإزاي الـ ...

2:52:02
Recursion & Backtracking شرح

307 views

10 months ago

Insight
Backtracking Animation: Solving the N-Queens Problem (8x8)

Watch the N-Queens problem come to life with this step-by-step backtracking animation! Learn how recursion, safety checks, and ...

4:16
Backtracking Animation: Solving the N-Queens Problem (8x8)

429 views

11 months ago

kenichi sasagawa
N-Prolog  Prolog+C=FAST

Learn how to embed C code in N-Prolog for high-performance computation! In this video, we demonstrate how to implement the ...

1:13
N-Prolog Prolog+C=FAST

50 views

3 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

2,063 views

6 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

499 views

6 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

334 views

6 months ago

Cipher Schools
Recursion & Backtracking Problems (5 Questions) in C++ | CipherSchools

Master Recursion and Backtracking with 5 must-know problems In this video, we cover multiple important questions that build ...

39:21
Recursion & Backtracking Problems (5 Questions) in C++ | CipherSchools

21 views

2 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

459 views

6 months ago

CS_SimplifiedBySubir
Tower of Hanoi Finally Explained | Recursion Execution Flow + C Program

Many students can write recursive functions but struggle to understand how recursion actually executes. In this video, I explain ...

21:12
Tower of Hanoi Finally Explained | Recursion Execution Flow + C Program

24 views

1 month ago

EppsNetSolutions
Possible Words From Phone Digits - Flipkart, Amazon, Microsoft, recursion, backtracking

Problem Overview* - The task involves generating all possible combinations of letters from a given array of digits on a phone ...

12:02
Possible Words From Phone Digits - Flipkart, Amazon, Microsoft, recursion, backtracking

5 views

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

15 views

5 months ago

Leetcode Unlocked
37. Sudoku Solver | Leetcode Unlocked - Python

In this video, we break down LeetCode 37: Sudoku Solver, a classic hard-level backtracking problem. We explore how to solve ...

4:35
37. Sudoku Solver | Leetcode Unlocked - Python

13 views

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

1,194 views

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

65 views

11 months ago

Karan Mashru
5.28 Sudoku Solver - Part 1 | Recursion And Backtracking | Easy Explanation

Use coupon code KARAN20 to get 20% extra discount on GeeksforGeeks courses. Explore GeeksforGeeks course here : https://www ...

21:19
5.28 Sudoku Solver - Part 1 | Recursion And Backtracking | Easy Explanation

27 views

1 month ago

NYU Shanghai ICPC
C++ Functions, Recursion & Backtracking | ICPC (Advanced)

Learn to think recursively in this Advanced Division session of the NYU Shanghai ICPC Summer Course. We sharpen functions ...

1:10:32
C++ Functions, Recursion & Backtracking | ICPC (Advanced)

36 views

10 days ago

LAN Academy
Combination Sum III | Backtracking Explained (LC 216, C++)

LeetCode 216 (Combination Sum III) solved with a clean Backtracking / DFS template in C++. Start the ordered Backtracking ...

5:19
Combination Sum III | Backtracking Explained (LC 216, C++)

109 views

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

281 views

6 months ago