HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
878 stars 1.05k forks source link

Sudoku Solver #6541

Closed kanchi12P closed 3 years ago

kanchi12P commented 3 years ago

🚀 Feature

C++ code for solving Sodoku

Have you read the Contributing Guidelines on Pull Requests?

Yes

Motivation

Nice use of backtracking

Pitch

(Please explain why this feature should be implemented and how it would be used.)

github-actions[bot] commented 3 years ago

Hello @kanchi12P,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.

kanchi12P commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @kanchi12P! It will become unassigned if it isn't closed within 12 days. A maintainer can also add the pinned label to prevent it from being unassigned.

kanchi12P commented 3 years ago

I just found sudoku solver code is already present, so can I still work on it?