Question: write a function length which takes the pointer to the start of the link list ( of node) and returns the number of items that
write a function length which takes the pointer to the start of the link list ( of node) and returns the number of items that are in the list
for example, if the list (3, ,9 ,5,6 )then the length (list ) return 4
it should be pseudocode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
