Hacktoberfest-2021-Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Hacktoberfest-2021-Data-Structures-and-Algorithms copied to clipboard

Ternary Search in c++ (Under HacktoberFeast)

Open UG-SEP opened this issue 4 years ago • 0 comments

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

UG-SEP avatar Oct 01 '21 15:10 UG-SEP