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 Anagram #825

Merged
merged 7 commits into from
Oct 26, 2024
Merged

Refactor Anagram #825

merged 7 commits into from
Oct 26, 2024

Conversation

sozelfist
Copy link
Contributor

Checklist:

  • I ran bellow commands using the latest version of rust nightly.
  • I ran cargo clippy --all -- -D warnings just before my last commit and fixed any issue that was found.
  • I ran cargo fmt just before my last commit.
  • I ran cargo test just before my last commit and all tests passed.
  • I added my algorithm to the corresponding mod.rs file within its own folder, and in any parent folder(s).
  • I added my algorithm to DIRECTORY.md with the correct link.
  • I checked COUNTRIBUTING.md and my code follows its guidelines.

@sozelfist sozelfist changed the title ref: refactor anagram Refactor Anagram Oct 18, 2024
@sozelfist
Copy link
Contributor Author

Can you have a look, @vil02?

src/string/anagram.rs Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.40%. Comparing base (858443e) to head (bd326fc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #825   +/-   ##
=======================================
  Coverage   95.40%   95.40%           
=======================================
  Files         313      313           
  Lines       22699    22708    +9     
=======================================
+ Hits        21655    21664    +9     
  Misses       1044     1044           

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

@sozelfist sozelfist requested a review from vil02 October 26, 2024 04:04
src/string/anagram.rs Outdated Show resolved Hide resolved
src/string/anagram.rs Outdated Show resolved Hide resolved
@vil02 vil02 merged commit 1af4efa into TheAlgorithms:master Oct 26, 2024
4 checks passed
@sozelfist sozelfist deleted the ref/string/anagram branch October 27, 2024 01:51
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