Array
3637. Trionic Array I
An array is "trionic" if it can be split into three consecutive non-empty parts: the first strictly increasing, the second strictly decreasing, the third strictly increasing. Check whether the given…
Loading…
An array is "trionic" if it can be split into three consecutive non-empty parts: the first strictly increasing, the second strictly decreasing, the third strictly increasing. Check whether the given…
Loading…