Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Conversation

Swarn10
Copy link
Contributor

@Swarn10 Swarn10 commented Oct 7, 2020

Solution to Valid Sudoku

This is a program written in Python3 to solve LeetCode problem number 0036.

Link to the issue - This is in reference to issue #367

The branch name is sudoku. The filename is 0036_Valid_Sudoku.py.

All Submissions:

  • I have read the CONTRIBUTING document.
  • My code is written in Python3 and is ending with .py
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have checked that my submission does pass the test on LeetCode.com
  • Does your filename follow the naming Conventions?
  • Have you linked your PR to an Issue?

Closing issues

closes #367

@Swarn10
Copy link
Contributor Author

Swarn10 commented Oct 7, 2020

closes #367

Copy link
Owner

@vJechsmayr vJechsmayr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing - Merged!

Runtime: 96 ms

Happy Hacktoberfest!

@vJechsmayr vJechsmayr merged commit c55c1d2 into vJechsmayr:master Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0036 - Valid Sudoku
2 participants