ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

136 results

CodeLucky
Combination Sum - Backtracking Algorithm Explained (LeetCode 39)

Learn how to solve the Combination Sum problem using the Backtracking algorithm! In this video, we break down the classic ...

4:07
Combination Sum - Backtracking Algorithm Explained (LeetCode 39)

1 view

9 hours ago

CodeLucky
Combination Sum II - LeetCode 40 - Backtracking Algorithm Tutorial

Learn how to solve the Combination Sum II problem (LeetCode 40) using the Backtracking algorithm! In this tutorial, we ...

4:14
Combination Sum II - LeetCode 40 - Backtracking Algorithm Tutorial

0 views

9 hours ago

CodeLucky
Generate All Permutations - Recursion & Backtracking Algorithm Tutorial

Learn how to generate all permutations of a string or array using Recursion and Backtracking! In this video, we break down the ...

3:54
Generate All Permutations - Recursion & Backtracking Algorithm Tutorial

0 views

9 hours ago

CodeLucky
Generate All Subsets (Power Set) - Recursive Backtracking Explained

Learn how to generate all subsets of a set (the Power Set) using recursion and backtracking! In this video, we break down the ...

3:45
Generate All Subsets (Power Set) - Recursive Backtracking Explained

0 views

9 hours ago

CodeLucky
Generate Combinations - Recursive Backtracking Explained | Coding Interview Tutorial

Learn how to solve the 'Generate Combinations' problem using Recursion and Backtracking! In this video, we break down how ...

4:13
Generate Combinations - Recursive Backtracking Explained | Coding Interview Tutorial

0 views

9 hours ago

Thita AI
Parentheses Generation Pattern Explained | Backtracking Made Easy | Thita.ai 90 DSA Patterns

Master Backtracking Algorithms for technical interviews with our structured 90-day roadmap. Start your 90-Day FAANG ...

5:05
Parentheses Generation Pattern Explained | Backtracking Made Easy | Thita.ai 90 DSA Patterns

0 views

6 days ago

BBT (Bit By Bit)
N-QUEENS BACKTRACKING SOLUTION | LEETCODE | Problem 7 | Bit by Bit

Welcome to Bit by Bit — a channel where we decode the world of software development, one bit at a time. Unraveling N-Queens: ...

45:14
N-QUEENS BACKTRACKING SOLUTION | LEETCODE | Problem 7 | Bit by Bit

147 views

4 days ago

Study Placement
Backtracking Lecture 6 🔥 | 2 Backtracking Patterns Explained | For Loop vs No Loop

This is Lecture 6 of my Backtracking Series In this video, I explain the **two fundamental patterns of Backtracking**: 1️⃣ ...

7:07
Backtracking Lecture 6 🔥 | 2 Backtracking Patterns Explained | For Loop vs No Loop

14 views

5 hours ago

Ngane Emmanuel
LeetCode 47 Explained 🔁 | Unique Permutations Using In-Place Backtracking (Java)

Problem Overview In LeetCode 47 (Permutations II), we're asked to generate all unique permutations of an array that may contain ...

37:38
LeetCode 47 Explained 🔁 | Unique Permutations Using In-Place Backtracking (Java)

10 views

6 days ago

Hari’s Dev Diary
Backtracking in DSA Explained Simply | Most Asked Interview Problems | JavaScript | Haris Dev Dairy

Backtracking is one of the most important DSA topics asked in FAANG and top product-based company interviews. In this video ...

4:23
Backtracking in DSA Explained Simply | Most Asked Interview Problems | JavaScript | Haris Dev Dairy

6 views

7 days ago

CodeLucky
Combination Sum III Explained - Backtracking LeetCode 216

Learn how to solve the Combination Sum III problem (LeetCode 216) using the Backtracking algorithm! In this video, we break ...

4:11
Combination Sum III Explained - Backtracking LeetCode 216

0 views

9 hours ago

CodeLucky
Generate Parentheses - LeetCode Backtracking Solution Explained

Learn how to solve the Generate Parentheses problem using Backtracking! In this video, we break down one of the most ...

4:31
Generate Parentheses - LeetCode Backtracking Solution Explained

0 views

10 hours ago

Study Placement
Backtracking Lecture 1 🔥 | Recursion Basics for Backtracking | DSA Series in Hindi

This is Lecture 1 of my Backtracking Series 🔥 In this video, we cover the most important prerequisite for Backtracking ...

34:47
Backtracking Lecture 1 🔥 | Recursion Basics for Backtracking | DSA Series in Hindi

257 views

6 days ago

CodeLucky
Print All Binary Strings of Length N - Recursion & Backtracking Tutorial

Learn how to generate all possible binary strings of length N using recursion and backtracking! In this video, we break down ...

3:42
Print All Binary Strings of Length N - Recursion & Backtracking Tutorial

0 views

9 hours ago

Einzigartige - Web & App Development Company
Python Algorithms: Part 4 | Depth First Search (DFS) Explained Step by Step (Recursive & Iterative)

GitHub Repository: https://github.com/Einzigartige/python/blob/main/yt-algorithms/video2-dfs.py/ Welcome to Python Algorithms ...

7:12
Python Algorithms: Part 4 | Depth First Search (DFS) Explained Step by Step (Recursive & Iterative)

46 views

5 days ago

Studyloop
DAA Unit-4 Backtracking & Branch and Bound | AKTU Exam Preparation #aktuexam #aktubtech #oneshot

DAA Unit 4 Backtracking Algorithm Branch and Bound N Queen Problem TSP Algorithm AKTU DAA Unit 4 DAA Exam Questions ...

6:45
DAA Unit-4 Backtracking & Branch and Bound | AKTU Exam Preparation #aktuexam #aktubtech #oneshot

0 views

2 days ago

vlogommentary
Understanding the O(n * 2^n) Time Complexity of Generating Power Sets

... performance in backtracking algorithms. --- This video is based on the question https://stackoverflow.com/q/79368618/ asked by ...

3:36
Understanding the O(n * 2^n) Time Complexity of Generating Power Sets

0 views

7 days ago

Mind2Machine
Print 1 to N & N to 1 Using Recursion 🔁 | Linear vs Backtracking |Stack Flow & Dry Run Explained

This is Video 2 of the Recursion Series In this video, I solve two fundamental recursion problems that every beginner must ...

25:21
Print 1 to N & N to 1 Using Recursion 🔁 | Linear vs Backtracking |Stack Flow & Dry Run Explained

19 views

2 days ago

Study Placement
Backtracking Lecture 2 🔥 | Subsets Problem Explained with Recursion Tree | DSA Series

This is Lecture 2 of my Backtracking Series 🔥 Upsolve Leetcode Contest: https://youtube.com/playlist?list ...

30:08
Backtracking Lecture 2 🔥 | Subsets Problem Explained with Recursion Tree | DSA Series

129 views

5 days ago

CodeLucky
Word Break II - LeetCode Hard - Dynamic Programming & Backtracking Explanation

Learn how to solve the Word Break II coding problem efficiently! In this video, we tackle a popular 'Hard' level interview ...

3:28
Word Break II - LeetCode Hard - Dynamic Programming & Backtracking Explanation

0 views

10 hours ago