Pre-Thesis Week 3 Solid Idea and First Steps
									
									After meeting with my advisor I also really ironed out the details and really thought more deeply into my thesis idea and plan. Compiling all the activities, reasearch and input I've recieved, I put together my presentation which includes the whole project and plan. 
									
									https://docs.google.com/presentation/d/1ZbdJxuC2CD-EkzUiLdlGWIbxNdgNgIGlINQRDPWfHrs/edit?usp=sharing
							
home
                    while (!deck.isInOrder()) {
                    print 'Iteration ' + i;
                    deck.shuffle();
                     i++;
                    }
                    print 'It took ' + i + ' iterations to sort the deck.';