bfs

개발공부/algorithm

[SWEA] 5105.미로의거리 (bfs)

문제 SWEA 5105 미로의 거리 D3 Python 문제링크 SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 나의 코드 Queue를 사용해서 구현했다. 미로와 같은 크기의 이중 배열을 만들고, 탐색하며 그 배열에 거리 값을 저장했다. T = int(input()) # check if the new index is within the grid range, and check if next path is either road or the destination def isCondition(row, col): return 0

so.py
'bfs' 태그의 글 목록 (4 Page)