halfrost / LeetCode-Go

✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
https://books.halfrost.com/leetcode
MIT License
32.99k stars 5.7k forks source link

fix 263: remove redundant compute #119

Closed novahe closed 3 years ago

novahe commented 3 years ago

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

codecov-commenter commented 3 years ago

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.