ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

54 results

Software Journal
Valid Sudoku - Part 1 | Leetcode | Data Structures and Algorithms

In this video, I will be solving the Valid Sudoku Leetcode problem. This Sudoku problem is split up into two parts because the next ...

10:48
Valid Sudoku - Part 1 | Leetcode | Data Structures and Algorithms

89 views

3 years ago

Software Journal
Valid Sudoku - Part 2 | Leetcode | Data Structures and Algorithms

In this video, I will continue explaining the Valid Sudoku Leetcode problem. Part 1 of Valid Sudoku: ...

7:01
Valid Sudoku - Part 2 | Leetcode | Data Structures and Algorithms

73 views

3 years ago

Beautiful TypeScript
LeetCode 36: Valid Sudoku

Validate Sudoku board. Problem Statement: https://leetcode.com/problems/valid-sudoku/ Code: ...

28:00
LeetCode 36: Valid Sudoku

25 views

4 months ago

Owen Wu
Valid Sudoku

Leetcode #36 (Grind 75) (Could not solve on my own - come back to review later)

3:17
Valid Sudoku

14 views

1 month ago

Roel Van de Paar
Check if a given grid is a valid Sudoku (2 Solutions!!)

Check if a given grid is a valid Sudoku Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

4:14
Check if a given grid is a valid Sudoku (2 Solutions!!)

28 views

3 years ago

Himanshu Kaushik | DigiiMento GATE, NET, CSE Prep
Valid Sudoku | Solution for Amazon Interviews | Leetcode 36 in java

Valid Sudoku Already Asked in Google, Facebook, Amazon, LinkedIn, Microsoft, Meta, and Apple. Dive into solving a classic ...

38:04
Valid Sudoku | Solution for Amazon Interviews | Leetcode 36 in java

349 views

1 year ago

Roel Van de Paar
Code Review: Sudoku validator

Code Review: Sudoku validator Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:01
Code Review: Sudoku validator

94 views

3 years ago

ModernEinstein
Exploring a sudoku solver solution(Java).

Going over my solution to a LeetCode question. I had to post during September, so this was a bit mandatory . GitHub Link: ...

5:36
Exploring a sudoku solver solution(Java).

67 views

4 years ago

Roel Van de Paar
Code Review: Java solution to check if a Sudoku solution is valid (4 Solutions!!)

Code Review: Java solution to check if a Sudoku solution is valid Helpful? Please support me on Patreon: ...

4:59
Code Review: Java solution to check if a Sudoku solution is valid (4 Solutions!!)

7 views

3 years ago

Anthony Fiddes
Sudoku Visualizer v0.1.1

A simple demo of a tool I wrote using ebiten and go. I wanted to visualize what a sudoku solving algorithm is actually doing, but ...

0:28
Sudoku Visualizer v0.1.1

463 views

5 years ago

Mike the Coder
Should you memorize LeetCode solutions?

Hi guys, My name is Mike the Coder and this is my programming youtube channel. I like C++ and please message me or comment ...

5:01
Should you memorize LeetCode solutions?

2,128 views

2 years ago

Roel Van de Paar
Code Review: Sudoku Checker in Python

Code Review: Sudoku Checker in Python Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:07
Code Review: Sudoku Checker in Python

3 views

3 years ago

Roel Van de Paar
Code Review: Alternative methods of solving Sudoku

Code Review: Alternative methods of solving Sudoku Helpful? Please support me on Patreon: ...

3:00
Code Review: Alternative methods of solving Sudoku

2 views

3 years ago

Roel Van de Paar
Code Review: LeetCode #37: Sudoku as Exact Cover Problem solved using Dancing Links

Code Review: LeetCode #37: Sudoku as Exact Cover Problem solved using Dancing Links Helpful? Please support me on ...

3:01
Code Review: LeetCode #37: Sudoku as Exact Cover Problem solved using Dancing Links

202 views

3 years ago

Roel Van de Paar
Code Review: Sudoku grid validator

Code Review: Sudoku grid validator Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:06
Code Review: Sudoku grid validator

7 views

3 years ago

luckyleeds
Neetcode 150 Roadmap - Arrays and Hashing

Arrays are fundamental data structures in computer science, providing a contiguous block of memory to store elements of the ...

28:54
Neetcode 150 Roadmap - Arrays and Hashing

835 views

1 year ago

Roel Van de Paar
Code Review: Multithreaded Python implementation of a Sudoku validator

Code Review: Multithreaded Python implementation of a Sudoku validator Helpful? Please support me on Patreon: ...

2:47
Code Review: Multithreaded Python implementation of a Sudoku validator

66 views

3 years ago

Roel Van de Paar
Code Review: Creating Sudoku generator and validator

Code Review: Creating Sudoku generator and validator Helpful? Please support me on Patreon: ...

2:46
Code Review: Creating Sudoku generator and validator

10 views

3 years ago

Roel Van de Paar
Code Review: Sudoku Checker in Java (3 Solutions!!)

Code Review: Sudoku Checker in Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

4:36
Code Review: Sudoku Checker in Java (3 Solutions!!)

47 views

3 years ago

Roel Van de Paar
Python sudoku solver with classes

Python sudoku solver with classes Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:00
Python sudoku solver with classes

59 views

3 years ago

Roel Van de Paar
Logical Sudoku Solver in Java (7 Solutions!!)

Logical Sudoku Solver in Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

6:38
Logical Sudoku Solver in Java (7 Solutions!!)

14 views

3 years ago

Erdogan Bavaş
Solve Sudoku Puzzles with Javascript and Bitwise Operators

Solve simple sudoku puzzles with Javascript and use bitwise operators to check if rows, columns and areas has the numbers.

15:32
Solve Sudoku Puzzles with Javascript and Bitwise Operators

1,186 views

5 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: Sudoku generator in Java (2 Solutions!!)

Code Review: Sudoku generator in Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

4:09
Code Review: Sudoku generator in Java (2 Solutions!!)

428 views

3 years ago

Ganesh H
Sudoku Solver - Quality Assurance Projects - freeCodeCamp

This is a full walkthrough for the Sudoku Solver project on freeCodeCamp. Firstly, we create some event listeners to validate ...

1:06:53
Sudoku Solver - Quality Assurance Projects - freeCodeCamp

5,166 views

5 years ago