Assignment this assignment will complete the linkedstack implementation namely ensure peek
src/lab16/LinkedStack.java -- A Linked List based implementation of Stack<T>.
test/lab16/StackTester.java -- Shall contain testing methods, some of which will be written in class and pushed to GitHub.