add Day9#36
Merged
summer2788 merged 1 commit intomainfrom Jul 11, 2024
Hidden character warning
The head ref may contain hidden characters: "Jongeun_9\uc77c\ucc28"
Merged
Conversation
Closed
|
우측에 있는 |
jihostudy
approved these changes
Jul 11, 2024
Member
jihostudy
left a comment
There was a problem hiding this comment.
deque 유용하죠..
js에서는 배열 클래스에 pop, shift, push, unshift로 deque 구현이 필요없는 유용한 사실!
JS 하실?
Contributor
Author
JS 도 잘하고 싶네요^^ 나중에 ,,, |
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.
Day-9 / 박종은
문제 번호
(Optional) 공유하고 싶은 내용
239_SlidingWindowMaximum 을 풀면서
deque 의 원리와 implementation 에 대해서 공부했다.
파이썬에도 있는 자료구조이다.
관심있는 분은 동영상 참조 deque 설명
알고리즘 문제를 풀며 드는 생각은 좀더 빨리 풀 걸하고 후회가 된다는 것이다.
알고리즘 수업과 자료구조 수업 때 이 문제들을 풀었으면 더 이해가 직관적으로 됐을 것 같다.