Wednesday, September 25, 2019

Assignment 2 Post

This assignment was not too bad after reviewing some content on how to branch and merge because of the video. Although I had to search on how to do a rollback, and it turns out this was possible by doing an undo change. Setting up the player and seLinkList classes was something a bit new, which I had to ask the instructor about. Although I initially thought my implementation of the program was right, I thought I had to make a few changes based off posts on Piazza. Changes included were changing the arguments to addPlayer(), but I had the most difficulties into making the link list add to the front of the list. Turns out this issue was due to an index problem, and my program can work for both adding to the tail or head.

Overall, I thought this was a good assignment to get used to P4V.

No comments:

Post a Comment