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

优化对称差集,交集实现 #208

Merged
merged 2 commits into from
Sep 4, 2023
Merged

优化对称差集,交集实现 #208

merged 2 commits into from
Sep 4, 2023

Conversation

johnwongx
Copy link
Contributor

Add修改代码注释;
IntersectSetFunc查找包含改为使用contain函数;
SymmetricDiffSet优化实现方法,增加测试用例;

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #208 (539df09) into dev (4a09f17) will decrease coverage by 0.17%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #208      +/-   ##
==========================================
- Coverage   95.58%   95.42%   -0.17%     
==========================================
  Files          52       52              
  Lines        2784     2773      -11     
==========================================
- Hits         2661     2646      -15     
- Misses         95       99       +4     
  Partials       28       28              
Files Changed Coverage Δ
slice/intersect.go 100.00% <100.00%> (ø)
slice/symmetric_diff.go 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@flycash flycash merged commit 6db61e4 into ecodeclub:dev Sep 4, 2023
7 checks passed
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.

2 participants