-
백준 채점 시, 아래 코드에 대해 delete 연산자 사용 여부는 영향이 없었습니다!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
크루스칼 알고리즘을 실행하는 for문에서 "edgeCount == M - 1"을 "edgeCount == N - 1"로 바꾸면 맞았습니다 뜹니다! |
Beta Was this translation helpful? Give feedback.
-
cpp에도 new가 사용되는군요? 처음알았습니다... |
Beta Was this translation helpful? Give feedback.
-
추가적으로 발견한 사항인데, 실행시간은 비슷하지만 new 연산자로 1차원 배열을 사용하는 것이 priority queue보다 메모리를 적게 사용하네요! |
Beta Was this translation helpful? Give feedback.
크루스칼 알고리즘을 실행하는 for문에서 "edgeCount == M - 1"을 "edgeCount == N - 1"로 바꾸면 맞았습니다 뜹니다!