Question: Name Description Points createNode return an initialized linked list node 2 destroyNode free the space allocated to a node 2 appendList append a node to

Name Description Points
createNode return an initialized linked list node 2
destroyNode free the space allocated to a node 2
appendList append a node to the end of a linked list 3
createList create a linked list from an array 3
destroyList free the space allocated to a linked list 2
listLength return the length of a linked list 2
maxElement return the largest number in a linked list 2
minElement return the smallest number in a linked list 2
meanElements return the average of the numbers in a linked list 2
sortListIncreasingOrder sort a linked list in increasing order 5
sortListDecreasingOrder sort a linked list in decreasing order 5
medianElement return the median of the numbers in a linked list 8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!