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

refactor: cleanup BeadSort #5269

Merged
merged 7 commits into from
Jul 1, 2024
Merged

Conversation

alxkm
Copy link
Contributor

@alxkm alxkm commented Jun 30, 2024

Cleanup BeadSort and BeadSortTest, adding javadocs.

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.08%. Comparing base (208e1e9) to head (a8a7392).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5269      +/-   ##
============================================
+ Coverage     40.07%   40.08%   +0.01%     
- Complexity     2464     2468       +4     
============================================
  Files           519      519              
  Lines         15479    15484       +5     
  Branches       2954     2952       -2     
============================================
+ Hits           6203     6207       +4     
- Misses         8986     8987       +1     
  Partials        290      290              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alxkm alxkm changed the title cleanup: BeadSort refactor: cleanup BeadSort Jul 1, 2024
@alxkm alxkm requested a review from vil02 July 1, 2024 20:13
@vil02 vil02 merged commit ac31fba into TheAlgorithms:master Jul 1, 2024
5 checks passed
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.

None yet

3 participants