-
Notifications
You must be signed in to change notification settings - Fork 167
Haskell implement ternary search #5625
Haskell implement ternary search #5625
Conversation
…rature from celsius to kelvin
Defines a function 'ternarySearch' that implements the ternary search algorithm.
👋🏻 Hey @David-FR 💖 Thanks for opening this pull request 💖 This PR will be reviewed and merged shortly. |
@David-FR is attempting to deploy a commit to the Codinasion Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. Support this project by giving it a star ⭐. If you're looking for your next contribution, check out our help wanted issues ⚡ |
📑 Description
Solves #5116 Defines a function ternarySearch that implements the ternary search algorithm.
🐞 Related Issue
Closes #5116