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

Опубликовано: 12 Октябрь 2024
на канале: Software Journal
89
5

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

Part 2 -    • Valid Sudoku - Part 2 | Leetcode | Da...  

Chapters
00:00 Intro
00:29 Here's the prompt
01:26 Example #1
01:41 Example #2
02:03 Constraints
02:20 Step 1 - Store data for checks later
04:55 Step 2 - Loop through elements on board
06:03 Step 3 - Convert char to String object
06:39 Step 4 - Row Logic Check
08:07 Step 5 - Column Logic Check
10:29 Outtro

Valid Sudoku Code: https://github.com/SoftwareJournal/al...