Skip to content

Conversation

@novahe
Copy link
Contributor

@novahe novahe commented Apr 30, 2021

丑数因子为2 3 5,多计算了4

@codecov-commenter
Copy link

Codecov Report

Merging #119 (594af3f) into master (0f1bb00) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   71.98%   71.98%           
=======================================
  Files         671      671           
  Lines       11896    11897    +1     
=======================================
+ Hits         8563     8564    +1     
  Misses       3021     3021           
  Partials      312      312           
Impacted Files Coverage Δ
leetcode/0263.Ugly-Number/263. Ugly Number.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f1bb00...594af3f. Read the comment docs.

@halfrost halfrost merged commit 149098f into halfrost:master Apr 30, 2021
for num%i == 0 {
num /= i
if num > 0 {
for _, i := range []int{2, 3, 5} {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

halfrost added a commit that referenced this pull request Apr 30, 2021
fix 263: remove redundant compute
@novahe novahe deleted the fix/263 branch May 1, 2021 02:06
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