The details for this project are in the document "LinkedList.pdf" available on Canvas, on the page "Project 1 - Templated Linked List". For part 1, you will be implementing the basics of any container: Ways to add information to the container -AddHead() -AddTail() -AddNodesHead() -AddNodesTail()