# Assignment 2 This assignment was actually quite a challenge. It's purpose was to combine Linked Lists with various Git operations. I actually struggled a bit on this, which is why I did only up till task 12. The issue was that I had really not used Linked Lists for a while, and especially creating my own doubly linked list so it was bit of a learning curve for me figuring out the implementation. There was a lot of trial and error for this, and even caused me to ask for an extension. The Git aspect of the assignment went very well, as I was able to do all the requested commands with however much code I was able to write.