template void bubblesort (C& a) { for (int i=a.size()-1; i>=0; i--) for (int j=0; j