asked
Introduction to Python Algorithm Problem Solving (Coding Test Preparation)
9. Create an increasing sequence (greedy)
Written on
·
202
1
문제의 조건에
중복된 숫자는 존재하지 않는다. 라는 조건이 추가되어야 할 것 같습니다.
반례
5
3 1 2 4 3
답:
2
RR
Answer 1
네. 감사합니다. 수정해 놓았습니다.