Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Take the Singly linked-list class from Github. Link: https://github.com/phitronio/Data-Structure-Batch2/blob/main/Week%204/Module%2013/1.cpp Add the following functions to the class. int getLast() -> This function will return the last

Take the Singly linked-list class from Github.

Link: https://github.com/phitronio/Data-Structure-Batch2/blob/main/Week%204/Module%2013/1.cpp

Add the following functions to the class.

int getLast() -> This function will return the last node of the linked list. If the linked list is empty then return -1.

Sample Input: [3, 2, 6, 4, 5]

Sample Output: 5

double getAverage() -> This function will return the average of all elements in the linked list.

Sample Input: [3, 2, 6, 4, 7]

Sample Output: 4.4

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Discuss the key people management challenges that Dorian faced.

Answered: 1 week ago

Question

How fast should bidder managers move into the target?

Answered: 1 week ago