8000 style: simplify `binaryLCM` by vil02 · Pull Request #233 · TheAlgorithms/TypeScript · GitHub
[go: up one dir, main page]

Skip to content

style: simplify binaryLCM #233

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
Mar 4, 2024

Conversation

vil02
Copy link
Member
@vil02 vil02 commented Mar 3, 2024

This PR simplifies binaryLCM by removing redundant branches (they are present in binaryGCF).

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (b3a3bd7) to head (a0d746b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   96.93%   96.98%   +0.04%     
==========================================
  Files          97       97              
  Lines        1797     1793       -4     
  Branches      347      345       -2     
==========================================
- Hits         1742     1739       -3     
+ Misses         55       54       -1     

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

@vil02 vil02 marked this pull request as ready for review March 3, 2024 16:06
@raklaptudirm raklaptudirm merged commit 26ac72d into TheAlgorithms:master Mar 4, 2024
@vil02 vil02 deleted the simplify_binaryLCM branch March 5, 2024 09:01
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.

4 participants
0