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

Inflearn Community Q&A

qqwewew's profile image
qqwewew

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

6. Alpha Code (DFS)

문제제기

Written on

·

190

0

안녕하세요!

문자길이가 50이라 문제풀이처럼 풀면 시간제한 걸릴거라서 포기했는데 문자길이좀 낮추는게 좋을거같아서요

ex) 121212112121122212121121223312312

과 같이 1, 2, 3위주의 낮은 숫자면 타임에러 발생해서요.

python코테 준비 같이 해요!

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

네. 25정도로 낮춰야 겠네요.

qqwewew's profile image
qqwewew

asked

Ask a question