For this project i was assigned to implement three methods for the Spin design. These methods
are: removeNode(), removeNodeAt(), and addToEnd(). Based on my previous experience with the doubbly linkedList this was not to difficult at all. The removeNode method take a Node parameter to be removed and the removeNodeAt takes an index of number for the node to be removed. For the addToEnd method just need to add the node at the end of the list, by getting the tail of the list then the added Node becomes the tail.. Working with the team was not a problem everyone did their fair share.
So long and stay thirst my friends.
No comments:
Post a Comment