For Assignment 2, I set up the new project and got a basic Main.java running first. Then I added the Player class, PlayerData, and built a linked list from scratch. At first it was just singly linked, but later I had to redo it into a doubly linked list. Along the way I wrote methods like addPlayer, initializeList, findMaxWeight, and findMinWeight. The Git part was the trickiest. I had to delete and then restore Player.java, and later I ran into merge conflicts when merging branches, but I was able to fix them and push. In the end the final demo worked and printed everything correctly. This assignment helped me get more comfortable with Git and also made me understand linked lists better.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)