강의

멘토링

커뮤니티

Inflearn Community Q&A

ksuk66030220's profile image
ksuk66030220

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

python코테 준비 같이 해요!

Answer 1

1

codingcamp님의 프로필 이미지
codingcamp
Instructor

네. 감사합니다. 수정해 놓았습니다.

ksuk66030220's profile image
ksuk66030220

asked

Ask a question