Skip to content

refactor: cleanup BubbleSortRecursion - #5267

Merged
vil02 merged 3 commits into
TheAlgorithms:masterfrom
alxkm:refactor/bubble_sort_recursive
Jun 30, 2024
Merged

refactor: cleanup BubbleSortRecursion#5267
vil02 merged 3 commits into
TheAlgorithms:masterfrom
alxkm:refactor/bubble_sort_recursive

Conversation

@alxkm

@alxkm alxkm commented Jun 29, 2024

Copy link
Copy Markdown
Member

Renaming BubbleSortRecursion to BubbleSortRecursive.

Other improving naming.

Adding standard sort test class.

Adding standard 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

Comment thread pmd-exclude.properties Outdated
Comment thread src/main/java/com/thealgorithms/sorts/BubbleSortRecursive.java Outdated
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.06%. Comparing base (758df7d) to head (b3232f7).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5267      +/-   ##
============================================
+ Coverage     39.95%   40.06%   +0.10%     
- Complexity     2458     2465       +7     
============================================
  Files           519      519              
  Lines         15488    15479       -9     
  Branches       2957     2954       -3     
============================================
+ Hits           6189     6202      +13     
+ Misses         9008     8987      -21     
+ Partials        291      290       -1     

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

@vil02 vil02 changed the title refactor BubbleSortRecursion: improving naming, adding standard test refactor: cleanup BubbleSortRecursion Jun 30, 2024
@vil02
vil02 enabled auto-merge (squash) June 30, 2024 17:51
@vil02
vil02 merged commit 208e1e9 into TheAlgorithms:master Jun 30, 2024
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.

3 participants