Skip to content

Added implementation for square root using Binary Search#2509

Merged
siriak merged 6 commits into
TheAlgorithms:masterfrom
sahil-13399:master
Oct 11, 2021
Merged

Added implementation for square root using Binary Search#2509
siriak merged 6 commits into
TheAlgorithms:masterfrom
sahil-13399:master

Conversation

@sahil-13399

Copy link
Copy Markdown
Contributor

Features :

  1. Made a class SquareRootBinarySearch in the package Searches which contains the implementation.
  2. Method squareRoot uses binary search to find the square root of a number.
  3. The driver method takes the input from the user.
  4. Code reformatted based on guidelines.
  5. Documentation added.

@sahil-13399 sahil-13399 requested a review from siriak as a code owner October 6, 2021 10:24
@siriak siriak merged commit f336c40 into TheAlgorithms:master Oct 11, 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.

2 participants