#include #include #include using namespace std; void bucketSort(float arr[], int n) { vector b[n]; for (int i=0; i