[코드트리 챌린지] 8주차 - 배열 기록

코드트리
코딩테스트
코딩테스트실력진단
Author

Yunho Kee

Published

October 30, 2023

실력 진단 결과

실력 진단 결과

배열 기록 / 선두를 지켜라 3

배열 기록 / 선두를 지켜라 3

https://www.codetree.ai/cote/17/problems/keep-the-lead-3/

5주차처럼 마지막 Dijkstra에서 틀렸다.

도착지를 발견하자마자 종료한 것이 문제였다.

도착지를 우선순위 큐에서 뽑은 후에야 최단 거리가 보장된다는 사실을 명심하자..

Back to top

Citation

BibTeX citation:
@online{kee2023,
  author = {Kee, Yunho},
  title = {{[}코드트리 챌린지{]} 8주차 - 배열 기록},
  date = {2023-10-30},
  url = {https://yhkee0404.github.io/posts/algorithms/codetree/keep-the-lead-3},
  langid = {ko}
}
For attribution, please cite this work as:
Kee, Yunho. 2023. “[코드트리 챌린지] 8주차 - 배열 기록.” October 30, 2023. https://yhkee0404.github.io/posts/algorithms/codetree/keep-the-lead-3.