class sorting5 { int *list; int nbElem; public: sorting5(int *elements, int nbElements); void selection_sort3(); void bubble_sort3(); };