Skip to content

feat: removing duplicate implementation of Dutch National Flag Sort Algorithm #5539

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

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

sailok
Copy link
Contributor

@sailok sailok commented Oct 3, 2024

Dutch National Flag Sort Algorithm has been implemented at two places:

Removed the prior implementation in favour of the second one.

  • 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 Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.80%. Comparing base (d436910) to head (277860f).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5539      +/-   ##
============================================
+ Coverage     52.71%   52.80%   +0.08%     
+ Complexity     3305     3304       -1     
============================================
  Files           529      528       -1     
  Lines         15384    15354      -30     
  Branches       2926     2924       -2     
============================================
- Hits           8110     8107       -3     
+ Misses         6941     6912      -29     
- Partials        333      335       +2     

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

@sailok sailok changed the title feat: removing duplicate implementation of Dutch National Flag Sort Implementation feat: removing duplicate implementation of Dutch National Flag Sort Algorithm Oct 3, 2024
@alxkm alxkm merged commit ea0ed23 into TheAlgorithms:master Oct 3, 2024
6 checks passed
@sailok sailok deleted the code-clean-up branch October 3, 2024 07:15
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