hacktoberfest
hacktoberfest copied to clipboard
Feature: sqrt(x)
Given a non-negative integer x, compute and return the square root of x.
Since the return type is an integer, the decimal digits are truncated, and only the integer part of the result is returned.
Note: You are not allowed to use any built-in exponent function or operator, such as pow(x, 0.5) or x ** 0.5.
will provide the solution for the above problem using binary search
@Aryan-Srivastava please assign this issue to me, will work in cpp
Ask project maintainer @keshavsingh4522.
@keshavsingh4522 can i work on this issue?
@keshavsingh4522 can i contribute to this issue?
@keshavsingh4522 can i work on this issue?
I want to work on it. Kindly assign if it is still open.
Hi, Can you please assign this issue to me. Would like to solve this using java
Can you please merge my pull request #2694
assign me this issue i will do it.my leetcode profile-https://leetcode.com/u/eeshsaxena/