C-Sharp
C-Sharp copied to clipboard
added Anagram Checker Algorithm
- [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
Codecov Report
Merging #316 (d5fc4cc) into master (1ffea49) will decrease coverage by
0.87%. The diff coverage isn/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.
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.
This PR was closed because it has been stalled for 7 days with no activity.