Split String Into Descending Problem

Split String Into Descending Problem — ExecCode Medium DSA Practice

Solve the Split String Into Descending problem on ExecCode. Free online medium DSA practice in Arrays - Basics. Write and run code in Java, C++, Python — no signup required to run.

Problem description

Practice companion for CodeFlow split-string-into-descending.

Examples

Input {"s": "123"}; Output false. Input {"s": "050043"}; Output true. Input {"s": "1234"}; Output false

Constraints

1 ≤ n ≤ 10^5

Practice Split String Into Descending free on ExecCode. Browse DSA problems, topic map, and placement guides.