fixes
This commit is contained in:
		
							parent
							
								
									0285202278
								
							
						
					
					
						commit
						1b832c5c5b
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -8,21 +8,21 @@ and exactly once in each column.
 | 
			
		|||
 | 
			
		||||
_Example:_
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
<br>
 | 
			
		||||
a Latin square of order 3
 | 
			
		||||
 | 
			
		||||
A **Sudoku Latin square** is a Latin square of order 9 on the symbol set {1,..., 9} that
 | 
			
		||||
 | 
			
		||||
is partitioned into 3 _×_ 3 squares, and each square contains all symbols.
 | 
			
		||||
is partitioned into 3 _×_ 3 squares, and each square contains all symbols.<br>
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
This can also be represented as
 | 
			
		||||
This can also be represented as<br>
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
This can be further represented as a list of variables:
 | 
			
		||||
This can be further represented as a list of variables:<br>
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
And we represent the whole sudoku latin square as a list of lists.
 | 
			
		||||
And we represent the whole sudoku latin square as a list of lists.<br>
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
So, in total, we have a list of rows.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue