Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ternary Search Algorithm #749

Open
atarax665 opened this issue Jan 14, 2021 · 6 comments
Open

Add Ternary Search Algorithm #749

atarax665 opened this issue Jan 14, 2021 · 6 comments

Comments

@atarax665
Copy link

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.

@ritikverma2000
Copy link

I would like to work on this.

@nk636547
Copy link

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

@ritikverma2000
Copy link

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

@nk636547
Copy link

@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?

@rahulpandey70
Copy link

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

@YashodeepD
Copy link

I will solve this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants