Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Bucket Sort #1321

Merged
merged 3 commits into from
Jun 1, 2020
Merged

Added Bucket Sort #1321

merged 3 commits into from
Jun 1, 2020

Conversation

THE-VR7
Copy link
Contributor

@THE-VR7 THE-VR7 commented May 21, 2020

Issue #1308

printSequence(sort(sequence, maxValue));
}
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment should be used here:

/*
#Output:

$ javac Bucket_Sort.java
$ java Bucket_Sort

Sorting of randomly generated numbers using BUCKET SORT

Original Sequence: 
95 9 95 87 8 81 18 54 57 53 92 15 38 24 8 56 29 69 64 66 
Sorted Sequence: 
8 8 9 15 18 24 29 38 53 54 56 57 64 66 69 81 87 92 95 95
*/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sir, I have updated.

@THE-VR7 THE-VR7 requested a review from StepfenShawn May 31, 2020 20:33
@StepfenShawn StepfenShawn merged commit de85372 into TheAlgorithms:master Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants