C-Sharp icon indicating copy to clipboard operation
C-Sharp copied to clipboard

added Anagram Checker Algorithm

Open xueen0906 opened this issue 3 years ago • 1 comments

  • [x ] I have performed a self-review of my code
  • [x ] My code follows the style guidelines of this project
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes
  • [ x] Comments in areas I changed are up to date
  • [ x] I have added comments to hard-to-understand areas of my code
  • [ x] I have made corresponding changes to the README.md

xueen0906 avatar Aug 10 '22 10:08 xueen0906

Codecov Report

Merging #316 (d5fc4cc) into master (1ffea49) will decrease coverage by 0.87%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
- Coverage   95.16%   94.28%   -0.88%     
==========================================
  Files         182       52     -130     
  Lines        7965     3816    -4149     
==========================================
- Hits         7580     3598    -3982     
+ Misses        385      218     -167     
Impacted Files Coverage Δ
Utilities/Extensions/RandomExtensions.cs 0.00% <0.00%> (-100.00%) :arrow_down:
Utilities/Extensions/DictionaryExtensions.cs 0.00% <0.00%> (-100.00%) :arrow_down:
Utilities/Extensions/VectorExtensions.cs 0.00% <0.00%> (-94.37%) :arrow_down:
Utilities/Extensions/MatrixExtensions.cs 87.12% <0.00%> (-12.88%) :arrow_down:
DataStructures/DisjointSet/DisjointSet.cs 81.48% <0.00%> (-11.12%) :arrow_down:
DataStructures/Graph/DirectedWeightedGraph.cs 93.10% <0.00%> (-6.90%) :arrow_down:
Algorithms/Search/BinarySearcher.cs
Algorithms/Other/KochSnowflake.cs
Algorithms/Sequences/VanEcksSequence.cs
Algorithms/Sequences/KolakoskiSequence.cs
... and 130 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 30 '22 21:08 codecov[bot]

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Sep 30 '22 00:09 github-actions[bot]

This PR was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Oct 08 '22 00:10 github-actions[bot]