QUESTION
Explain the following data structures:
(a) List
(b) Stack
(c) Queues
Note : your explanation should consist of the definition, operations and examples.
QUESTION
Using insertion sort arrange the following numbers in ascending order. Show each step and intermediate results. Write the algorithm.
10 2 3 4 11 9 8 5 12 1 6 7 0 -1 20