Polygon Possibility
You are given length of n sides, you need to answer whether it is possible to make n sided convex polygon with it.
Input : -
First line contains \(T\),no .of testcases.
For each test case , first line consist of single integer \(N\),second line consist of \(N\) \((l_1,l_2\dots l_n)\)spaced integers, size of each side.
Output : -
For each test case print "Yes" if it is possible to make polygon or else "No" if it is not possible.
\(1 \leq T \leq 10\)
\(1 \leq n \leq 10^5\)
\(1 \leq l_i \leq 10^4\)
Time Limit:
1.0 sec(s)
for each input file.
Memory Limit:
256 MB
Source Limit:
1024 KB
Marking Scheme:
Marks are awarded when all the testcases pass.
Allowed Languages:
Bash,
C,
C++,
C++14,
C++17,
Clojure,
C#,
D,
Erlang,
F#,
Go,
Groovy,
Haskell,
Java,
Java 8,
Java 14,
JavaScript(Rhino),
JavaScript(Node.js),
Julia,
Kotlin,
Lisp,
Lisp (SBCL),
Lua,
Objective-C,
OCaml,
Octave,
Pascal,
Perl,
PHP,
Python,
Python 3,
Python 3.8,
R(RScript),
Racket,
Ruby,
Rust,
Scala,
Swift-4.1,
Swift,
TypeScript,
Visual Basic