#include #include #define N 6 int partition(int arr[], int low, int high){ int key; key = arr[low]; while(low= key ) high--; if(low