Elements
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';
Best of Japan Market | Translating the trends, precision and passion for a global audience.
media/inquiry: hello@japan.gg [en/jp]
👤For Human by Human💡powered by the people🔌
Topics: Japan • Sports • Culture • Games • Guide
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';