issues
search
DugarRishab
/
Algo.io
From solutions of Leet code in various languages to list of important algorithms for developers, we have everything
7
stars
40
forks
source link
Added 36. Valid Sudoku
#57
Closed
rahul-jamwal
closed
2 years ago
rahul-jamwal
commented
2 years ago
This is a template on how to fill out a PR properly.
Description
Language Used: CPP
Approach Used: Greedy(Checked for every non dot element in its rows and columns)
Question(s) Solved: 1
Issue(s) related: #23
Related Issue
Acceptance Criteria
Type of Changes
Type
:bug: Bug fix
:sparkles: New feature
:hammer: Refactoring
:100: Add tests
:link: Update dependencies
:scroll: Docs
Testing Steps / QA Criteria
This is a template on how to fill out a PR properly.
Description
Related Issue
Acceptance Criteria
Type of Changes
Testing Steps / QA Criteria