강의

멘토링

커뮤니티

Inflearn Community Q&A

wtyul0320's profile image
wtyul0320

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

대표값 문제에서요

Written on

·

251

0

이렇게 풀었는데 이렇게 풀면 예외 사항이 발생할 수 있을까요? 주어진 input에서는 다 success가 뜨는데 정확한가 확인하고 싶어서요 (round 문제를 제외하고요!)

python코테 준비 같이 해요!

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

파이썬에서 제공하는 sorted 가 입력순서를 유지하면서 정렬을 하는 stable sort 라 문제는 없을 것 같습니다.  테스트 해보게 {;} 버튼을 이용해 코드를 올려주세요.

wtyul0320's profile image
wtyul0320

asked

Ask a question