geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
https://discord.gg/ZMmwsWvsFj
MIT License
294 stars 300 forks source link

added a few root finding algorithm in java #590

Open JackZiyangChen opened 1 month ago

JackZiyangChen commented 1 month ago

Added root finding algorithms in java, including bisection, secant, Newton, and false position method. Also included some example usage of said methods.