void swap(int *a, int *b);
void bubble_sort(int size, int[] arr);