asked
Introduction to Python Algorithm Problem Solving (Coding Test Preparation)
6. Stacking the tallest tower (LIS application)
Written on
·
219
0
안녕하세요 채점중 2번 항목만 411이 나와 오답으로 채점되었습니다. 정답으로 443이 나올 수 있나요?
Answer 2
1
높이가 128+96+145+74 순으로 쌓으면 443이 나옵니다.
감사합니다