EKG sequence convergence: Difference between revisions

→‎{{header|Go}}: Replaced 15 with nPrimes in getState function.
(Added Go)
(→‎{{header|Go}}: Replaced 15 with nPrimes in getState function.)
Line 45:
 
func getState(used [nPrimes]bool) string {
var tf [15nPrimes]byte
for i := 0; i < nPrimes; i++ {
if used[i] {
9,488

edits