CIS 431 Assignment 1
- Please finish the following programming problem -
- Implement the "Stack" data structure using the "LinkedList<E>" class in Java. Provide a constructor, as well as "push", "pop", "empty", and "size" methods.
- Write your client class to test your "Stack" class, which means, you need to create a stack object and call the methods in your "Stack" class to check if they work as expected.
- Send your Java source file (.java file only) as the email body or an email attachment to zwang@shepherd.edu by 11pm on 9/12. Please write CIS 431 and your full name on the subject line of your email.