Example: linked list
I.e.: a linked list contains another (smaller) linked list
Example: a linked list of 5 elements contains a linked list of 4 elements
|
I will illustrate this with a look up and an insertion algorithm on linked list.
And you can practice recursion on linked list in a project assignment (insert into an ordered list)