Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
sudoku Struct Reference

Structure to hold the matrix and dimensions. More...

Data Fields

uint8_t * a
 matrix as a flattened 1D row-major array
 
uint8_t N
 number of elements
 
uint8_t N2
 block of elements
 

Detailed Description

Structure to hold the matrix and dimensions.


The documentation for this struct was generated from the following file: