Open
Conversation
- 다익스트라 shortest path (feat: GPT... 야무지네;;;)
ddoddogga
reviewed
Aug 11, 2025
| Place startPoint = program.getStartPoint(); | ||
| Place endPoint = program.getEndPoint(); | ||
| LocalTime duration = program.predictDuration(startPoint, endPoint); | ||
| System.out.printf("이동 시간은 %d시간 %d분으로 예측됩니다. %n" |
ddoddogga
reviewed
Aug 15, 2025
| import mission.application.domain.exception.DataLoadException; | ||
| import mission.utility.Parsable; | ||
|
|
||
| public record Place(int id, String name, String address) implements Parsable<Place> { |
ddoddogga
reviewed
Aug 15, 2025
| public record Place(int id, String name, String address) implements Parsable<Place> { | ||
|
|
||
| @Override | ||
| public Place parse(List<String> objects) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allrounder-Study-Mission-PR
[운송 I (배송)] 미션 구현 (박호건)
💡 Summary
구현한 기능
✅ CheckList
신경써서 구현한 점 / 어려웠던 점
📚 Retrospective (YWT)
What I did
What I Learned
What I will do next
✨ Impression
오랫만에 열심히 코드 짰네요 하하...
확실히 직접 고민해보는 시간이 길수록 배운게 많은거같아요