algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Add Ternary Search Algorithm

Open atarax665 opened this issue 4 years ago • 6 comments

Ternary Search

Its a divide and conquer based searching algorithm which is very similar to binary search. Here the array/list is divided into three parts and is determined that which part has the element to be searched. Its time complexity is log(n base 3). I found this algorithm to be missing from this repository.

atarax665 avatar Jan 14 '21 17:01 atarax665

I would like to work on this.

ritikverma2000 avatar Aug 19 '21 09:08 ritikverma2000

can you please assign me this task I will contribute today only : ) thanks

nk636547 avatar Aug 26 '21 05:08 nk636547

Bro, I am not a maintainer of this repo I was looking to contribute like you only.

ritikverma2000 avatar Aug 26 '21 06:08 ritikverma2000

@ritikverma2000 actually i have to contribute because I have to submit my PR link as my technical assessment for Internship...... But I am new to open source contribution. Can you help me with a good issue to contribute?

nk636547 avatar Aug 26 '21 06:08 nk636547

@nk636547 if you want to contribute in open source, visit here https://github.com/rahulpandey70/LeetCode-Questions and contribute freely.

rahulpandey70 avatar Oct 26 '21 02:10 rahulpandey70

I will solve this issue

YashodeepD avatar Sep 25 '23 08:09 YashodeepD