hey guys. ive been asked to do this:
Write a recursive function which returns true if the linked list is sorted in
ascending order.
bool isSorted(nodeType *L)
why would we use a recursive function to check if it's in ascending order? can anyone help me with this.