TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.03k stars 7.1k forks source link

Added a new file named bisection.cpp in the math folder #2618

Closed dishhaa03 closed 9 months ago

dishhaa03 commented 11 months ago

Description of Change

Checklist

NitishPal2013 commented 11 months ago

@dishhaa03 , the bisection method is part of the numerical methods. It is already present in that folder. You have done a great work but kindly do read the contribution guidelines before submitting the PR.

dishhaa03 commented 10 months ago

@NitishPal2013 I saw the code of the bisection problem solved in the numerical methods. In the issue it was mentioned that we have to create it in the "math" folder, was the task simply to remove the file from "numerical methods" and put it in "math" folder?

NitishPal2013 commented 10 months ago

@dishhaa03 can you please tell me which issue ?

dishhaa03 commented 10 months ago

https://github.com/TheAlgorithms/C-Plus-Plus/issues/2579

github-actions[bot] commented 9 months ago

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 9 months ago

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!