Feeds
질문
iterating a loop many times
* I'm not sure how to iterate this loop 1,000 times: * * ---a=randperm(20) * LOOP STARTS: * --- code that swaps 2 elemen...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
swap only 2 elements in an array
I'm try to come up with a function that can randomly swap 2 elements (and only 2 at a time) from an array of 20 unique numbers. ...
대략 10년 전 | 답변 수: 3 | 0
3
답변질문
converting characters to a number string
I'm trying to decipher a text file full of lowercase characters. First I have to convert the characters to 27 numbers (1 for eac...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
Swapping 2 random array elements and picking subsequent array pairs
I'm try to come up with code that can randomly swap 2 elements (and only 2 at a time) from an array of 27 unique numbers. For in...
대략 10년 전 | 답변 수: 1 | 0
