/********************************************************************** * readme template * Blackjack **********************************************************************/ Name: PennKey: Recitation: /********************************************************************** * Have you entered all help, collaboration, and outside resources * in your help log? If not, do so now. (And in future, make sure * you make your help log entries as you go, not at the end!) * * If you did not get any help outside of TA office hours, * and did not use any materials outside of the standard * course materials and piazza, write the following statement below: * "I did not receive any help outside of TA office hours. I * did not collaborate with anyone, and I did not use any * resources beyond the standard course materials." **********************************************************************/ /********************************************************************** * In this assignment you used ArrayLists. However, given class * discussion, if a LinkedList were used instead of ArrayList, * name one function that would be much slower. **********************************************************************/ /********************************************************************** * Why would we implement Deck and Hand as their own objects instead * of just using ArrayLists as the objects and writing all of the * functions in Blackjack.java? After all, there are functions in * Blackjack.java. **********************************************************************/ /********************************************************************** * Describe any serious problems you encountered. **********************************************************************/ /********************************************************************** * List any other comments here. Feel free to provide any feedback * on how much you learned from doing the assignment, and whether * you enjoyed doing it. **********************************************************************/