void bubble_sort(int* arr, int n); void quick_sort(int* arr, int n);