ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

887 results

Technical Coderji
🔥 GUI Visualization: Solving Sudoku with Backtracking! 🚀 | Python 🐍  Pygame 🎮 #coding #ai  #shorts

sudoku,backtracking,sudoku solver,backtracking algorithm,solving,sudoku backtracking,sudoku solver problem backtracking ...

0:12
🔥 GUI Visualization: Solving Sudoku with Backtracking! 🚀 | Python 🐍 Pygame 🎮 #coding #ai #shorts

1,278 views

7 months ago

Greg Hogg
Backtracking Algorithm for Competitive Programming

Backtracking Algorithm for Competitive Programming Crack big tech at algomap.io! #coding #leetcode #programming #interview.

0:55
Backtracking Algorithm for Competitive Programming

47,080 views

9 months ago

vlogize
Solving the Mystery: Why Your Backtracking Algorithm in Python Outputs Only Zeros

Discover the reasons why your backtracking algorithm in Python is producing only a vector of zeros and explore troubleshooting ...

1:33
Solving the Mystery: Why Your Backtracking Algorithm in Python Outputs Only Zeros

2 views

11 months ago

vlogize
Mastering Backtracking with a Simple Sudoku Solver in Python

Learn how to solve a Sudoku game using backtracking in Python with clear explanations, code snippets, and common pitfalls.

1:46
Mastering Backtracking with a Simple Sudoku Solver in Python

4 views

6 months ago

CodeVisium
💡Letter Combinations of a Phone Number | Backtracking in Python | #LeetCode75 #Python #Backtracking

In this LeetCode 75 problem, we are given a string of digits from 2 to 9 and must generate all possible letter combinations that the ...

0:10
💡Letter Combinations of a Phone Number | Backtracking in Python | #LeetCode75 #Python #Backtracking

132 views

9 months ago

CodeVisium
🔥 Combination Sum III | Backtracking in Python | LeetCode 75 Challenge | #Python #Backtracking

In this LeetCode 75 problem, we need to find all valid combinations of k numbers that sum up to n using numbers 1 through 9 ...

0:10
🔥 Combination Sum III | Backtracking in Python | LeetCode 75 Challenge | #Python #Backtracking

195 views

9 months ago

WobboHub
Recursive Backtracking Maze Generator VS DFS Solver. #maze #mazesolving #backtracking #animation
0:25
Recursive Backtracking Maze Generator VS DFS Solver. #maze #mazesolving #backtracking #animation

1,804 views

8 months ago

Technical Coderji
🧩 Watch Advanced Backtracking Solve Sudoku Visually in Python! #Shorts

sudoku,backtracking,sudoku solver,backtracking algorithm,solving,sudoku backtracking,sudoku solver problem backtracking ...

0:30
🧩 Watch Advanced Backtracking Solve Sudoku Visually in Python! #Shorts

521 views

6 months ago

CodeVisium
Python – Word Search II: Trie‑Based Backtracking (Optimized) 🚀 #WordSearchII #Trie #Backtracking

This optimized solution first inserts all target words into a Trie (prefix tree), then performs a single backtracking traversal over the ...

0:10
Python – Word Search II: Trie‑Based Backtracking (Optimized) 🚀 #WordSearchII #Trie #Backtracking

331 views

7 months ago

Code In Motion
LeetCode Pattern #9 Backtracking #leetcode

14 LeetCode Patterns to ace any interview https://www.blog.codeinmotion.io/p/leetcode-patterns Blind 75 Animated Playlist ...

1:43
LeetCode Pattern #9 Backtracking #leetcode

1,412 views

11 months ago

Scripted Future
🏆Python Backtracking Algorithm #shorts #python  #backtracking #shortsfeed

Solve the famous N-Queens Problem using Python and backtracking! In this video, we'll break down the logic behind placing N ...

0:51
🏆Python Backtracking Algorithm #shorts #python #backtracking #shortsfeed

276 views

10 months ago

CodeVisium
🚀 Trie Implementation in Python: Insert, Search & StartsWith | LeetCode75 #Python #Trie #Coding

In this LeetCode 75 problem, we implement a Trie (also known as a prefix tree) to efficiently store and retrieve strings. Tries are ...

0:10
🚀 Trie Implementation in Python: Insert, Search & StartsWith | LeetCode75 #Python #Trie #Coding

392 views

9 months ago

Leetcode Profiles
He started coding when he was 7 years old😱  #competitiveprogramming #programming #leetcode #coding

His global rank is 4 ** Start your LeetCode journey or level up your DSA skills!** Check out this resource: ...

0:10
He started coding when he was 7 years old😱 #competitiveprogramming #programming #leetcode #coding

544,511 views

9 months ago

Coding theory
N-Queens Problem | Count All Distinct Solutions | C++ Backtracking

Learn how to solve the N-Queens problem using backtracking in C++. This video demonstrates how to count all distinct solutions ...

0:24
N-Queens Problem | Count All Distinct Solutions | C++ Backtracking

233 views

5 months ago

JameSparKing
LeetCode 51: N-Queens Made Easy #shorts #short

LeetCode 51: N-Queens – Python Tutorial In this beginner-friendly tutorial, we solve LeetCode 51 N-Queens step by step. You'll ...

2:23
LeetCode 51: N-Queens Made Easy #shorts #short

842 views

3 months ago

PathToFAANG
Master Backtracking with This LeetCode Problem 💥 | LeetCode 39 - Combination Sum

Leetcode 39 - Combination Sum #shorts #leetcode #faang.

0:54
Master Backtracking with This LeetCode Problem 💥 | LeetCode 39 - Combination Sum

900 views

1 month ago

codeAj Marketplace
Python vs Python: BFS vs DFS #GraphTraversalComparison

Watch as we compare two fundamental graph traversal algorithms: **Breadth-First Search (BFS)** and **Depth-First Search ...

0:11
Python vs Python: BFS vs DFS #GraphTraversalComparison

1,777 views

11 months ago

Not Full Stack
Recursive Backtracker: The Intelligent Algorithm Behind Every Maze

The Recursive Backtracker algorithm, an effective method based on the principles of Depth-First Search (DFS), is often applied to ...

1:09
Recursive Backtracker: The Intelligent Algorithm Behind Every Maze

3,720 views

6 months ago

Alberta Tech
Ban Recursion Now
0:37
Ban Recursion Now

1,293,891 views

8 months ago

CodeWithSwastik
Sudoku Solver || Ml and Ai #programmingtutorial
0:17
Sudoku Solver || Ml and Ai #programmingtutorial

104 views

8 months ago

Coding theory
Maximum Number of Achievable Transfer Requests | C++ Bitmask & Backtracking Solution

Learn how to solve the Maximum Number of Achievable Transfer Requests problem efficiently using C++ with bitmask ...

0:22
Maximum Number of Achievable Transfer Requests | C++ Bitmask & Backtracking Solution

166 views

4 months ago

Coding theory
Can You Reach (X, Y) From (1, 1)? | C++ Grid Path Problem | Leetcode Hard Explained

In this C++ tutorial, we solve a grid-based algorithmic challenge: **Determine if you can reach a target (X, Y) from (1, 1)** using ...

0:21
Can You Reach (X, Y) From (1, 1)? | C++ Grid Path Problem | Leetcode Hard Explained

654 views

4 months ago

Code Viento
Backtracking Pattern: The Smart Way to Explore All Possibilities! 🔄🚀

shorts #shorts #shortvideo #shortvideos #backtracking #backtrackingpattern Backtracking Pattern: The Smart Way to Explore All ...

0:48
Backtracking Pattern: The Smart Way to Explore All Possibilities! 🔄🚀

90 views

9 months ago

Coding theory
Solve N-Queens Puzzle in JavaScript | Backtracking Algorithm Explained with Code

In this video, we solve the N-Queens Puzzle using JavaScript with a clear backtracking approach. The N-Queens problem is a ...

0:23
Solve N-Queens Puzzle in JavaScript | Backtracking Algorithm Explained with Code

82 views

2 months ago

Coding theory
Matchsticks to Square | Backtracking Algorithm in JavaScript Explained Step-by-Step

Learn how to solve the “Matchsticks to Square” coding problem using JavaScript backtracking. This solution explains how to ...

0:29
Matchsticks to Square | Backtracking Algorithm in JavaScript Explained Step-by-Step

4 views

2 months ago