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

Inflearn Community Q&A

jwjun's profile image
jwjun

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

9. Breadth First Search (BFS)

섹션 7. 미로의 최단거리 문제의 문제 조건

Written on

·

245

0

제목의 문제에서 입력설명에서 

첫 번째 줄에서 자연수 N(1<=N<=20)이 주어집니다.

라고 표시되어 있는데, 실제 input 파일에서는 그 값이 없습니다.

python코테 준비 같이 해요!

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

문제가 오타입니다.  미로의 최단거리, 미로탐색 두 문제 모두 7*7격자판으로만 입력됩니다. 수정해서 올려놓겠습니다.

감사합니다^^

jwjun's profile image
jwjun

asked

Ask a question