GitHub / miellekc / CS21-Sudoku-Solver-Using-MIPS-Assembly
This repository contains a program written in MIPS assembly that solves Sudoku puzzles. The input is a Sudoku board with empty cells, and the output is the solved board. The algorithm for this program involves backtracking. [CS 21 - Computer Organization & Architecture Course Requirement, UPD DCS]
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Assembly
Size: 194 KB
Dependencies parsed at: Pending
Created at: 9 months ago
Updated at: 9 months ago
Pushed at: 9 months ago
Last synced at: 9 months ago
Topics: backtracking-algorithm, mips-assembly, puzzle-solver