-
Notifications
You must be signed in to change notification settings - Fork 4
[1주차] 이예진 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[1주차] 이예진 #6
Conversation
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.
Uh oh!
There was an error while loading. Please reload this page.
📗 월요일
[CT] 불안한 무빙워크
🤔 시간복잡도 고려사항
💡 풀이 아이디어
3-1. 기존에 있는 사람 전진 ??
3-2. 신규로 새로 타기
4-1. 판의 갯수 충족 했을 경우 종료
[CT] 자율주행 자동차
O(n)
로 가능💡 풀이 아이디어
📗 화요일
[BOJ] 2531_회전 초밥
🤔 시간복잡도 고려사항
O(n)
O(2^n)
시간복잡도이기 때문에 시간초과 발생💡 풀이 아이디어
📗 수요일
[BOJ] 3020_개똥벌레
🤔 시간복잡도 고려사항
O(NlogN)
O(2^n)
시간복잡도이므로 시간초과 발생💡 풀이 아이디어
📗 목요일
[PG] 야근 지수
🤔 시간복잡도 고려사항
O(n)
💡 풀이 아이디어
[PG] 롤케이크 자르기
🤔 시간복잡도 고려사항
O(n)
O(nlogn)
부터 불가💡 풀이 아이디어
📗 금요일
[PG] 154539_뒤에 있는 큰 수 찾기
🤔 시간복잡도 고려사항
O(n)
O(NlogN)
부터 불가O(n^2)
되어 시간초과 발생💡 풀이 아이디어
O(n^2)
발생[PG] 49994_방문 길이
🤔 시간복잡도 고려사항
- 알고리즘: BFS
O(n)
(削除) dirs의 길이는 500 이하로 단순 구현으로 풀어도 가능할 것으로 예상 (아직 문제를 다 못푼 상태) (削除ここまで)💡 풀이 아이디어