Skip to content

Files

Latest commit

 

History

History

BucketSort

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
This code uses Bucket Sort algorithm to sort array elements entered by the user as input. The code also takes the number of buckets as input from the user. The assumption is that the number of buckets is greater than 0. The code then prints the final array which is sorted as output. The code to this can be accessed from .java file present in the folder.