Take a look back at Homework 1: Histogram
After reviewing my work on this assignment, I don’t think there is much I would change about my process. Creating the display was the most challenging part, but I was reading Java documentation and watching videos and came across the LinkedHashSets, which made the process significantly easier. One change I might consider is using a single for loop in my bubble sorting algorithm. A teammate suggested this could be achieved by using a boolean to check if the array is sorted. Additionally, the only other change I would make is using the .repeat method to print a string of characters a set number of times, rather than having a long print message.
Highlight some of your victories
I came into this class with only surface-level knowledge of Java and no experience with Android development. Overall, I now feel fairly comfortable working in both areas, though I still need to look things up pretty often. One area where I've noticed improvement is in understanding the basics of Java. Additionally, although it might seem basic, I've also improved my understanding of HashMaps. Initially, I found them confusing and often mixed up keys and values, so I had to frequently check the documentation and explore the methods available.
No comments:
Post a Comment