Skip to content

fix:bucket count type - #15063

Merged
cclauss merged 7 commits into
TheAlgorithms:masterfrom
Dharshini-RS03:Int
Sep 13, 2026
Merged

fix:bucket count type#15063
cclauss merged 7 commits into
TheAlgorithms:masterfrom
Dharshini-RS03:Int

Conversation

@Dharshini-RS03

Copy link
Copy Markdown
Contributor

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.
  • Documentation change?

Checklist:

@algorithms-keeper algorithms-keeper Bot added enhancement This PR modified some existing files awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass labels Aug 21, 2026
@algorithms-keeper algorithms-keeper Bot removed the tests are failing Do not merge until tests pass label Aug 21, 2026
@algorithms-keeper algorithms-keeper Bot removed the awaiting reviews This PR is ready to be reviewed label Sep 13, 2026
@algorithms-keeper algorithms-keeper Bot added awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass labels Sep 13, 2026
Updated docstring for partition_liked_list method to clarify behavior. Changed return statement from None to None for consistency.
@algorithms-keeper algorithms-keeper Bot removed awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass labels Sep 13, 2026
This script lists all open pull requests in the current directory's git repository and maps each file touched by any open PR to its corresponding PR numbers. It outputs the results in GitHub-flavored Markdown format.
@algorithms-keeper algorithms-keeper Bot added the awaiting reviews This PR is ready to be reviewed label Sep 13, 2026
@algorithms-keeper algorithms-keeper Bot added the tests are failing Do not merge until tests pass label Sep 13, 2026
Add noqa comments to suppress specific linting warnings.
@algorithms-keeper algorithms-keeper Bot removed the tests are failing Do not merge until tests pass label Sep 13, 2026
@cclauss
cclauss merged commit aa38af8 into TheAlgorithms:master Sep 13, 2026
6 checks passed
@algorithms-keeper algorithms-keeper Bot removed the awaiting reviews This PR is ready to be reviewed label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement This PR modified some existing files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bucket_sort has no dedicated error handling when the number of buckets in inputted as a float instead of an integer.

3 participants