ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,392 results

code_dredd
Sudoku Solving Program with Backtracking Algorithm

I designed and implemented a computer program to solve sudoku puzzles. If you don't know about sudokus, you can read a ...

0:23
Sudoku Solving Program with Backtracking Algorithm

156 views

6 years ago

Roel Van de Paar
Code Review: Python backtracking algorithm to solve sudoku (2 Solutions!!)

Code Review: Python backtracking algorithm to solve sudoku Helpful? Please support me on Patreon: ...

3:18
Code Review: Python backtracking algorithm to solve sudoku (2 Solutions!!)

7 views

3 years ago

Roel Van de Paar
Code Review: N Queens in Python using backtracking (3 Solutions!!)

Code Review: N Queens in Python using backtracking Helpful? Please support me on Patreon: ...

3:43
Code Review: N Queens in Python using backtracking (3 Solutions!!)

3 views

3 years ago

The Debug Zone
Backtracking in a grid

python: Backtracking in a grid Thanks for taking the time to learn more. In this video I'll go through your question, provide various ...

3:03
Backtracking in a grid

4 views

1 year ago

Roel Van de Paar
Code Review: Python sudoku solver using backtrack algorithm

Code Review: Python sudoku solver using backtrack algorithm Helpful? Please support me on Patreon: ...

2:52
Code Review: Python sudoku solver using backtrack algorithm

7 views

3 years ago

Peter Schneider
How does Perl apparently avoid catastrophic backtracking?

How does Perl apparently avoid catastrophic backtracking? I hope you found a solution that worked for you :) The Content (except ...

2:40
How does Perl apparently avoid catastrophic backtracking?

27 views

2 years ago

Yusuf Sahillioğlu
data structures - backtracking

Favorite algorithm of this class: N-Queens (20:33). Course website: http://www.ceng.metu.edu.tr/~ys/ceng213-ds.

22:28
data structures - backtracking

1,091 views

5 years ago

CosmoLearning
Lec 7. Implementing Prolog: Unification, backtracking with coroutines

CS 164 (S 2012)

1:20:52
Lec 7. Implementing Prolog: Unification, backtracking with coroutines

1,846 views

8 years ago

TheCodingDoge
[PYTHON SOLUTION] - Keys and Rooms (Depth First Search) - LeetCode

Here are the formal prerequisites for understanding this video: 1. Recursion 2. Adjacency Lists Know what they are before ...

7:12
[PYTHON SOLUTION] - Keys and Rooms (Depth First Search) - LeetCode

70 views

1 year ago

westhillcs
CSAB: A Sudoku Solver Using Non-recursive Backtracking

The starter code for this project can be found here: ...

4:13
CSAB: A Sudoku Solver Using Non-recursive Backtracking

1,470 views

8 years ago

Security Weekly - A CRA Resource
UPnP Hacking With Backtrack 5 Python

Device any kind of device has universal plug and play and it's open using this Miranda python script I can change values and the ...

14:02
UPnP Hacking With Backtrack 5 Python

1,723 views

11 years ago

Roel Van de Paar
Code Review: A KenKen puzzle/solver in Python (2 Solutions!!)

Code Review: A KenKen puzzle/solver in Python Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

4:00
Code Review: A KenKen puzzle/solver in Python (2 Solutions!!)

145 views

3 years ago

Building Janky Programs
Recursive Backtracking

This is about recursive backtracking using the escapeMaze problem from https://www.codestepbystep.com.

46:14
Recursive Backtracking

78 views

3 years ago

MOOC de l'IMT
13. Bruteforce to solve NP-Complete Problems 🌐 Advanced Algorithmics and Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

8:56
13. Bruteforce to solve NP-Complete Problems 🌐 Advanced Algorithmics and Graph Theory with Python

3,468 views

7 years ago

bab lobko (Short and straight to the point)
797. All Paths From Source to Target

797. All Paths From Source to Target Leetcode, in this problem we are going to solve the problem of finding all the paths from the ...

9:19
797. All Paths From Source to Target

15 views

3 years ago

PowerShell Conference EU
RegEx 2.0: Full Coverage - Mathias R. Jessen

Advanced regular expression session with focus on accuracy, performance and Unicode support(!). Learn about common tricks, ...

1:00:46
RegEx 2.0: Full Coverage - Mathias R. Jessen

1,210 views

8 years ago

Hack Code
🚀 Master LeetCode 212: Word Search II - Efficient Trie and Backtracking Solution 🌟 | Hack Code

Description Discover how to solve LeetCode 212: Word Search II using a powerful combination of Trie data structure and ...

15:03
🚀 Master LeetCode 212: Word Search II - Efficient Trie and Backtracking Solution 🌟 | Hack Code

618 views

1 year ago

bab lobko (Short and straight to the point)
46. Permutations      Permutation of the distinct elements in an Array.

Permutation of the distinct elements in an Array. We are going to solve the classical problem of permuting the distinct elements of ...

19:10
46. Permutations Permutation of the distinct elements in an Array.

34 views

3 years ago

Aaron Bauer
CS 201 Backtracking Practice and Maps

We practice writing a recursive backtracking solver for sudoku, and then introduce a new abstract data type: the Map. Concerto A ...

38:30
CS 201 Backtracking Practice and Maps

17 views

3 years ago

Tech Algo Views
Generate parenthesis | Beats 96% | #leetcode 22 | #technicalinterview | #programming

Generate parenthesis Complexity - Time: O(N^2) - Space: O(2N) Problem statement: ...

0:58
Generate parenthesis | Beats 96% | #leetcode 22 | #technicalinterview | #programming

12 views

11 months ago