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.
📗 월요일
[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 이하로 단순 구현으로 풀어도 가능할 것으로 예상 (아직 문제를 다 못푼 상태)💡 풀이 아이디어