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
destroyNode free the space allocated to a node
appendList append a node to the end of a linked list
createList create a linked list from an array
destroyList free the space allocated to a linked list
listLength return the length of a linked list
maxElement return the largest number in a linked list
minElement return the smallest number in a linked list
meanElements return the average of the numbers in a linked list
sortListIncreasingOrder sort a linked list in increasing order
sortListDecreasingOrder sort a linked list in decreasing order
medianElement return the median of the numbers in a linked list
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
