Hacktoberfest-2021-Data-Structures-and-Algorithms
Hacktoberfest-2021-Data-Structures-and-Algorithms copied to clipboard
Ternary Search in c++ (Under HacktoberFeast)
Hey @Anishukla,
Motive
I want to add Ternary Search Algorithm in C++.
Detail
Ternary Search is an algorithm to search data in a given list. It takes O(log3 n) Time complexity and O(1) Space complexity.
Ending
Please assign it to me under Hacktoberfeast