Python-Data-Structures icon indicating copy to clipboard operation
Python-Data-Structures copied to clipboard

add: bisection_method.py

Open kushchoudhary98 opened this issue 2 years ago • 1 comments

Title :

This PR adds the code implementation of bisection method in mathematics.

Issue no : #141

Description

The bisection method is a mathematical method used to find the roots of a polynomial equation. It's also known as the interval halving method, the binary search method, or the dichotomy method.

Checklist

  • [*] I have read and agree to abide by the Code of Conduct
  • [*] I have read and followed the Contributing Guidelines

kushchoudhary98 avatar Oct 26 '23 19:10 kushchoudhary98

@himanshu-03 thanks for the review, I have made the required changes. Will you care to review it again.

kushchoudhary98 avatar Oct 27 '23 14:10 kushchoudhary98