[김수현] 3주차 문제풀이 #14
Open
suhyun0918 wants to merge 6 commits into
Open
Conversation
# Conflicts: # ksh/week3/오큰수.java
|
LGTM |
Contributor
Author
좋은 팁 감사합니다. |
mjj111
reviewed
Nov 18, 2023
mjj111
left a comment
Contributor
There was a problem hiding this comment.
깔끔하게 너무 잘짜셨네요 👍
이것 외에 lv3 이상 문제에서는 주어지는 값의 크기에 따라 시간복잡도를 계산해서 구현해야하는 문제가 꽤나 많이 나오게됩니다. 자료구조를 통해 최대한 적은 행위를 하도록 생각도해보고 어떻게 하면 불필요한 행위를 줄일 수 있을까 고민하다보면 알고리즘과 자료구조를 활용해서 푸실 수 있을거에요!
Collaborator
|
코드가 깔끔하네요 |
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.
🖊️ 해결과정 기록
1️⃣ �스택 수열 (2h 20m)
💭 어떻게 접근했나요?
접근 과정
막혔던 부분
2️⃣ 오큰수 (2h)
💭 어떻게 접근했나요?
접근 과정
막혔던 부분
💪🏻 무엇을 얻었나요?
🎸 기타 추가사항