Skip to content

Commit

Permalink
Improve stackoverflow link
Browse files Browse the repository at this point in the history
  • Loading branch information
miensol committed Aug 24, 2023
1 parent 2cdb338 commit 2828923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal fun transposeInPlace(serialized: ByteArray, rows: Int, cols: Int, eleme
serialized[jByteSizeIndex + x] = temp
}
}
// https://stackoverflow.com/questions/9227747/in-place-transposition-of-a-matrix
// https://stackoverflow.com/a/9320349
val lastIndex = rows * cols - 1
val visited = BooleanArray(rows * cols)

Expand Down

0 comments on commit 2828923

Please sign in to comment.