LinkedList.insertBack

Creates a node and places it at the end of the list

class LinkedList(T)
insertBack
()

Meta