This is the description for the Group Assignment of module CC105- Data Structure & Algorithms for the year MayAugust 2020. The deadline for this task is 13th July 2020 @ 5pm. The final work MUST be submitted via Course Networking (CN). Please be reminded that you cannot copy and plagiaries to ease your way to a final submission.
Task:
Write a Java program that should list items in the store allowing the customer to choose some items and calculate the price. The program should have the capability of adding/ searching a new item, deleting, modifying item price. You are supposed to use Java swing package to make your program user friendly.
(Max. of FOUR (4) students)
Requirements:
You are supposed to use one of the following data structures: stack, queue, and linked list.
Submit a simple report that contains:
a. A small introduction about the project problem.
b. Description of the application.
c. Reasons of choosing the data structure you used.
d. Running time of the application.
e. Source codes of the application.
f. Screen shot of the application and output
Present your working application for 10 minutes + 5 minutes Q&A. Your presentation should include:
a. Description of the application.
b. Reasons of choosing the data structure you used
c. Running time of the application
 Your report must consist the following:
o A submission page.
o Content page
o Font Style : Times New Roman
o Font Size : 12
o Spacing : 1.5
 In general, marks allocation for submitted report are mainly:
Marking Criteria %
Originality and Content Integrity 10%
Presentation 5%
Content 20%
REMEMBER: LATE SUBMISSION WILL SERIOUSLY DAMAGE THE MARKS AWARDED.
END OF GROUP ASSIGNMENT