You are on page 1of 1

Kingdom of Saudi Arabia

Ministry of Higher Education ‫المملكة العربية السعودية‬


‫وزارة التعليم العالي‬
Prince Sattam Bin Abdulaziz University ‫جامعة األمير سطّام بن عبدالعزيز‬
College of Computer Engineering and sciences ‫كلية هندسة وعلوم الحاسب‬
‫قسم علوم الحاسب‬
Computer Science Department

Course Title:Data Structure CS2311 :‫اسم الطالب‬


Assignment #6
Instructor Name: Mr. Abdul Haseeb Linked List :‫الرقم الجامعي‬
Date:23/03/2021 :‫الشعبة‬
Deadline: 23/03/2021 1441-1442 (II) :‫المجموع‬

1. Implement link list algorithm in java languages


a. Insertion of new nodes in link list
b. Insertion of new node in link list at specific location
c. Display the link list nodes
d. Method to delete a node in the Linked List by KEY
e. Method to delete a node in the Linked List by POSITION

CS2311 – Homework #5 Page: 1 of 1

You might also like