LinkedList
LinkedList copied to clipboard
Modifications to be compliant with deep copy of structures.
Linkedlists now supports deep copy using the copy constructors and the assignment operator that has been defined.
Nice! I had a few questions about the reference passing, can you please clarify it?
@ivanseidel Sure.