Latin Squares in reduced form: Difference between revisions

m
Fixed typo.
m (Fixed typo.)
Line 1,337:
=={{header|Nim}}==
{{trans|Go, Python, D, Kotlin}}
We use the Go algorithm but have chosen to create two types, Row and matrixMatrix, to simulate sequences starting at index 1. So, the indexes and tests are somewhat different.
 
<lang Nim>import algorithm, math, sequtils, strformat
Anonymous user