TANZANIA CENTRE FOR FOREIGN RELATIONS

Saris-CFR




Forget Password? Get Help

© CENTRE FOR FOREIGN RELATIONS. Designed by Zalongwa Technologies

Elements

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';
Close