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

Inflearn Community Q&A

wldud82295980's profile image
wldud82295980

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

1. Dichotomous search

이분 검색

Resolved

Written on

·

305

0

찾고자 하는 M 값이 list에 없는 경우는 고려하지 않아도 되나요?

python코딩-테스트

Answer 1

1

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

문제에 M값은 N개의 숫자 중 하나라고 했으므로 반드시 존재한다고 생각하시면 좋겠습니다.

wldud82295980님의 프로필 이미지
wldud82295980
Questioner

감사합니다!

wldud82295980's profile image
wldud82295980

asked

Ask a question