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

Inflearn Community Q&A

slog242474's profile image
slog242474

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

5. Baduk Riding - Cut Edge Tech

시간복잡도 질문

Written on

·

270

0

풀이해주신것처럼 cut edge 를 적용한 경우에는 보통 시간복잡도를 어떻게 표기하나요? cut edge 로 인한 예외는 무시하는게 맞을까요?

시간복잡도python코테 준비 같이 해요!

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

cut edge 를 해도 무시하고 시간복잡도는 O(2^N) 으로 표시하는게 같습니다.

slog242474's profile image
slog242474

asked

Ask a question