# Project 2 This project was quite an experience to say the least. It was for the most part my first experience in CS working with multiple teams, designing code for others to implement and implementing other people's design. The design phase for our team was quite challenging, because in terms of code we were overthinking a bit at the beginning which would make the implementation difficult for the other team. However, we quickly realized there was a simpler way to handle this and went with a Singly Linked List structure. We provided the group with UML, pseudocode, and few other things. My job was to create the UML, which I was able to do. When we recieved the other teams design we split up the work amongst ourselves. I really liked the other teams deisgn documentation becuase it allowed for me to write my assigned mehtod effortlessly. I think this was a great learning experience in order to know how important proper documentatio is when outsourcing work and in general.