Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SavreenSamra authored Jan 3, 2025
1 parent 0b43e84 commit 8957bb3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Sudoku-Solver
A program that allows user to input their unsolved 9x9 Sudoku problems, which are then solved by an algorithm that was modelled based on the techniques and strategies I have developed through personal game-play. Currently waiting for
A program that allows user to input their unsolved 9x9 Sudoku problems, which are then solved by an algorithm that was modelled based on the techniques and strategies I have developed through personal game-play.

## Key Features:
- Program is written in **C**
- Follows the typical C **documentation for functions** (function purpose, input and/or output parameters descriptors, and all return values are documented)
- Uses both **stack** and **heap memory** to store variables and structures, optimizing memory when possible
- Uses **bit operations and techniques** to store large amounts of data with relatively small amounts of total bytes
- Uses **arrays, structures, and string** throughout

## Project Objectives:
- Sharpen my **logic based thinking** and **problem solving skills**.
Expand All @@ -14,12 +21,5 @@
- output the solved Sudoku puzzle to the console
- output the initial, unsolved Sodoku puzzle to the console

## Key Features:
- Program is written in C
- Follows the typical C documentation for functions (function purpose, input and/or output parameters descriptors, and all return values is documented)
- Uses both stack and heap memory to store variables and structures, optimizing memory when possible
- Uses bit operations and techniques to store large amounts of data with relatively small amounts of total bytes
- Uses arrays, structures, and string throughout

## NOTE:
Source files have not been added yet, currently waiting for confirmation about code copyright regarding a specific function from a Professor.

0 comments on commit 8957bb3

Please sign in to comment.