• + 0 comments

    Beside simplicity and elegancy if the solution passes tests it shows how tests are weak. Sample:

    100001
    // 1 command of 100000 a characters
    1 a...a
    // 100000 commands of one-character strings
    1 b
    ...
    1 b
    

    Feel free to correct me if I'm wrong.