This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Haskell implement ternary search (#5625)
* Solves issue with swift not finding the largest two elements correctly * Solves #5560 Write a Scala program to convert temperature from celsius to kelvin * Removes #5560 changes * F# program to implement linear search (#5295) * Solves 5173: Write a Haskell program to find the largest three elements in an array * Create implement_ternary_search.hs Defines a function 'ternarySearch' that implements the ternary search algorithm. --------- Co-authored-by: David Fernandez <david@Davids-MacBook-Pro.local> Co-authored-by: Harsh Raj <harshraj8843@gmail.com> Co-authored-by: Anandha Krishnan S <anandajith@gmail.com> Co-authored-by: Yuri Cunha <isyuricunha@duck.com>
- Loading branch information