MCS-178: Project 2 Gradesheet
Part 1 (40 pts)
- Implementation of the
push
function is correct (10 pts).
- Implementation of the
reverse
function is correct (10 pts).
- Implementation of the
removeDuplicate
function is correct (10 pts).
- All exceptions cases were handled for each function (5 pts).
- All exception cases and at lease two normal cases were tested in
main.py
for each function; comments were given labeling each test case (5 pts).
Part 2 (50 pts)
- Implementation of the
insert
function is correct (25 pts).
- Implementation of the
remove
function is correct (25 pts).
Documentation (10 pts)
- Appropriate comments were given (5 pts)
- Meaningful variable names were given. Appropriate helper functions were made if the function is too long. (5 pts)
Total: 100 pts