Skip to content

Make the binary search solution more concise for Sqrt x #146

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
Jun 5, 2021

Conversation

hanlins
Copy link
Contributor

@hanlins hanlins commented Jun 3, 2021

Signed-off-by: Hanlin Shi shihanlin9@gmail.com

Add a more concise binary search solution.

Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #146 (60d3b04) into master (ec597e2) will increase coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
+ Coverage   71.87%   71.90%   +0.02%     
==========================================
  Files         692      692              
  Lines       12143    12138       -5     
==========================================
  Hits         8728     8728              
+ Misses       3106     3101       -5     
  Partials      309      309              
Impacted Files Coverage Δ
leetcode/0069.Sqrtx/69. Sqrt(x).go 30.00% <0.00%> (+10.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 ec597e2...60d3b04. Read the comment docs.

@halfrost halfrost merged commit d0c6f90 into halfrost:master Jun 5, 2021
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