Program randomly generates 200 integers, displays them, and then sorts them using a bucket sort algorithm. The number of buckets utilized is defined by the user. The bucket sort algorithm is assisted using insertion sort.
- Andrew Kim
This problem was assigned by Mr. Graham at the Columbia Area Career Center.