[PR] base:master <- (compare:assignment/VSFe) (Item 25-27) #52
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.
한글 만세!Notes
Contents
item 27의 과제였던 Queue와 Stack을 구현하였습니다.
처음부터 Linked List를 생각하고 구현해서 구현 과정에서 큰 어려움은 없었지만, item 29에 Stack을 배열을 통해 구현한 것을 보면서 다시 한 번 짜봐야겠다 생각은 하고 있습니다....
더불어, Priority Queue 구현은 Generic Type에 대한 Comparable을 구현하기를 요구하는 것 같은데, 제가 자바를 잘 몰라서 다른 방법이 있는지 모를수도 있는 것 같아 살짝 질문 남겨봅니다...