JAVA
JAVA copied to clipboard
CHOOSE NUMBERS!
You are given an array of integers A. You need to tell whether you can choose three numbers such that a+b>=c.
Input Format First line consists of number of integers N. next line consists of N space separated integers.
Constraints 1 <= N <= 10^5
Output Format YES or NO
Sample Input 5 1 2 3 4 9 Sample Output YES Explanation you can choose 1+3 >= 4
Solve the question and raise the Pull Requests.
Hey, can I contribute in Python3?
You can see Python repo also have same issue raised.
@keivalya add in datastructures folder of Python
Okay, I'll see to it. Thanks!!
@akshitagupta15june can I add some more riddles in issues, similar to this one?
@keivalya Ofcourse
Here is my PR https://github.com/akshitagit/JAVA/pull/18
I would Like to Work on this during Hacktoberfest.