강의

멘토링

커뮤니티

Inflearn Community Q&A

drather1591's profile image
drather1591

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

12. Permutation using the library (guessing the sequence)

라이브러리사용 코드와 기존의 코드간에 시간복잡도가 궁금합니다

Resolved

Written on

·

341

0

라이브러리를 사용했을때와 기존의 재귀 DFS 방식을 사용했을 때 실행 시간의 차이가 있나요?

python코테 준비 같이 해요!

Answer 2

2

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

둘의 실행시간의 차이는 없습니다. 다만 코딩테스트를 볼때 회사별로 라이브러리를 사용못하게 할 수 있으니 너무 라이브러리에 의존하시면 안됩니다.

0

drather님의 프로필 이미지
drather
Questioner

넵! 꼭 원리를 이해하고 자유자재로 구사할 수 있을 때까지 연습하겠습니다. 좋은 강의 감사합니다!!

drather1591's profile image
drather1591

asked

Ask a question