인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

pokerface5821412's profile image
pokerface5821412

asked

Coding test top basic problems that are really easy to solve (with Java)

Longest subsequence increase_coding

문제가 이해가 안갑니다

Written on

·

205

1

연속적으로 증가하는 것만 고른다고 하셨습니다

1, 2, 2, 2, 6, 10 12   라고 하셧습니다

2 2 2  는 +0도 증가라고 보는걸까요?

java코테 준비 같이 해요!

Answer 1

0

pushupman님의 프로필 이미지
pushupman
Instructor

안녕하세요 ~
네 증가라고 보시면 됩니다

pokerface5821412's profile image
pokerface5821412

asked

Ask a question