Python-Data-Structures
Python-Data-Structures copied to clipboard
add: bisection_method.py
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
@himanshu-03 thanks for the review, I have made the required changes. Will you care to review it again.