Python-Data-Structures
Python-Data-Structures copied to clipboard
A compilation of Data Structures in Python. It is a collection of Python code examples and implementations of various data structures. This repository aims to provide a comprehensive resource for unde...
## 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...
### Describe the algorithm/code This is a method in mathematics that is used to find the roots of a polynomial equation. I want to add an implementation of this method...