{"id":16963694,"url":"https://github.com/pedroka-dev/sudoku-validator","last_synced_at":"2025-03-21T16:26:45.527Z","repository":{"id":117619663,"uuid":"357678804","full_name":"pedroka-dev/Sudoku-Validator","owner":"pedroka-dev","description":"🔢 C# console application that validates if a string  is a valid Sudoku grid or not.","archived":false,"fork":false,"pushed_at":"2024-06-11T19:41:10.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T11:44:35.321Z","etag":null,"topics":["coding-exercise","csharp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pedroka-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-13T20:22:01.000Z","updated_at":"2024-06-20T23:47:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3eb9468-2360-4d5d-aa3a-d21211132cb8","html_url":"https://github.com/pedroka-dev/Sudoku-Validator","commit_stats":null,"previous_names":["pedroka-dev/sudoku-validator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroka-dev%2FSudoku-Validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroka-dev%2FSudoku-Validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroka-dev%2FSudoku-Validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroka-dev%2FSudoku-Validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedroka-dev","download_url":"https://codeload.github.com/pedroka-dev/Sudoku-Validator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244827907,"owners_count":20517022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coding-exercise","csharp"],"created_at":"2024-10-13T23:25:46.658Z","updated_at":"2025-03-21T16:26:45.484Z","avatar_url":"https://github.com/pedroka-dev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku-Validator\nA console application that says if string is a valid Sudoku\n\n# What is a Sudoku?\n\nThe Sudoku grid is a 9x9 matrix of integers. For it to be a valid solution, each row and column must contain all numbers from 1 to 9. \nAdditionally, if we divide the matrix into nine 3x3 regions, each of these regions must also contain the numbers from 1 to 9. \nThe example below shows a grid that is a valid Sudoku solution.\n\n# Example\n\nThe input consists of several matrices. Each matrix is given in 9 lines, where each line contains 9 integers. Your program should print \"SIM\" if the matrix is a valid Sudoku solution, and \"NAO\" otherwise.\nInput:\n4 9 8 2 6 1 3 7 5\n\n7 5 6 3 8 4 2 1 9\n\n6 4 3 1 5 8 7 9 2\n\n5 2 1 7 9 3 8 4 6\n\n9 8 7 4 2 6 5 3 1\n\n2 1 4 9 3 5 6 8 7\n\n3 6 5 8 1 7 9 2 4\n\n8 7 9 6 4 2 1 5 3\n\n \n\nOutput:\nSIM\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroka-dev%2Fsudoku-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedroka-dev%2Fsudoku-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroka-dev%2Fsudoku-validator/lists"}