hacktoberfest icon indicating copy to clipboard operation
hacktoberfest copied to clipboard

Feature: sqrt(x)

Open Aryan-Srivastava opened this issue 4 years ago • 9 comments

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 avatar Oct 05 '21 15:10 Aryan-Srivastava

@Aryan-Srivastava please assign this issue to me, will work in cpp

arjunpundir1106 avatar Oct 05 '21 16:10 arjunpundir1106

Ask project maintainer @keshavsingh4522.

Aryan-Srivastava avatar Oct 05 '21 16:10 Aryan-Srivastava

@keshavsingh4522 can i work on this issue?

arjunpundir1106 avatar Oct 05 '21 16:10 arjunpundir1106

@keshavsingh4522 can i contribute to this issue?

Nightowl-8 avatar Oct 07 '21 08:10 Nightowl-8

@keshavsingh4522 can i work on this issue?

abhijeet-crypto avatar Oct 07 '21 09:10 abhijeet-crypto

I want to work on it. Kindly assign if it is still open.

sahilvaidya13 avatar Oct 08 '21 13:10 sahilvaidya13

Hi, Can you please assign this issue to me. Would like to solve this using java

shubhamshah14102 avatar Oct 10 '21 18:10 shubhamshah14102

Can you please merge my pull request #2694

Arkashish avatar Oct 16 '21 07:10 Arkashish

assign me this issue i will do it.my leetcode profile-https://leetcode.com/u/eeshsaxena/

eeshsaxena avatar Oct 05 '24 09:10 eeshsaxena