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.';
JAPAN.GG is a New-Gen Media & Internet Press, an information source for the world to find ☄️Dynamic • Stories • Experiences • History • Popular Culture and More - Transcending Borders with Limitless Possibilities.
Thank you to all of the visitors on JAPAN.GG from all over the world from North America, China, Europe, India, South-East Asia, South Korea, Taiwan, South America, Russia, Africa, Middle East and Australia. Thank you!
media: contact@japan.gg [en/jp]
Topics: Japan • Baseball • Travel • Sports • Culture • Entertainment • Games • Guides • Tutorials • News and Media.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';