Question: Subject: DATA STRUCTURE AND ALGORITHM ANALYSIS (C++) Topic : Link List Objectives : 1. To create a program using Link List. 2. To be able
Subject: DATA STRUCTURE AND ALGORITHM ANALYSIS (C++)
Topic: Link List
Objectives:
1. To create a program using Link List.
2. To be able to know how to use a node.
3. To determine the process of singly link list.
Problem:
- Make a program using link list that will add, edit, delete, and display student record. Given the following parameter: Student name (will accept space), age, student number, degree, and year level.
[Display the output showing add, edit, delete, and display function of the program. Input at least 5 student data.]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
