Problem:
Question- Write a client that deals bridge hands (13 cards each) using RandomQueue
I would like to see this done by hand.
Mg Cr V Zr I Be Fr Ar Ge S
a) Sort this list by hand by insertion
b) Sort this list by hand by quicksort
Please explain in detail about Quicksort and insertion sort.