Ideation & Prototyping Week 12
Research for Design #3 Analyzing findings, developing personas and insights
For this week I analyze my findings and try to implement the knowledge into my prototype as well as look into other products and options to help develop my prototype further.







home
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';