[hyeri0903] WEEK 06 Solutions#2511
Merged
hyeri0903 merged 10 commits intoDaleStudy:mainfrom Apr 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
🏷️ 알고리즘 패턴 분석
- 패턴: Stack / Priority Queue
- 설명: 이 코드는 스택을 활용하여 열린 괄호를 저장하고, 닫힌 괄호와 비교하는 방식으로 유효성을 검사합니다. 스택 구조를 이용한 괄호 검증 문제의 대표적인 패턴입니다.
Contributor
📊 hyeri0903 님의 학습 현황이번 주 제출 문제
누적 학습 요약
문제 풀이 현황
🤖 이 댓글은 GitHub App을 통해 자동으로 작성되었습니다. 🔢 API 사용량 (gpt-4.1-nano)
|
Contributor
There was a problem hiding this comment.
🏷️ 알고리즘 패턴 분석
- 패턴: Sliding Window
- 설명: 이 코드는 행과 열의 범위를 조절하며 나선형으로 원소를 순회하는 방식으로, 슬라이딩 윈도우와 유사한 범위 조절 패턴을 사용합니다.
Contributor
There was a problem hiding this comment.
🏷️ 알고리즘 패턴 분석
- 패턴: Trie, Backtracking
- 설명: 이 코드는 Trie 구조를 활용하여 문자열 저장과 검색을 수행하며, '.' 와일드카드 문자 처리 시 백트래킹을 통해 모든 경우를 탐색합니다.
Contributor
There was a problem hiding this comment.
🏷️ 알고리즘 패턴 분석
- 패턴: Sliding Window
- 설명: 이 코드는 연속된 문자열 구간을 탐색하며 최대 길이를 찾기 위해 슬라이딩 윈도우 기법을 사용합니다. 두 포인터를 이동시키며 조건에 맞는 구간을 효율적으로 찾는 방식입니다.
Contributor
There was a problem hiding this comment.
🏷️ 알고리즘 패턴 분석
- 패턴: DFS
- 설명: 이 코드는 깊이 우선 탐색(DFS)을 활용하여 연결된 섬을 탐색하고, 방문한 섬의 영역을 표시하여 섬의 개수를 세는 방식입니다.
Contributor
There was a problem hiding this comment.
🏷️ 알고리즘 패턴 분석
- 패턴: Stack / Priority Queue
- 설명: 이 코드는 스택을 활용하여 연결 리스트를 뒤집는다. 값을 스택에 저장한 후 역순으로 새 노드를 생성하는 방식이다.
Contributor
Author
|
@gcount85 님, pr 승인 한번 부탁드립니다~! |
Contributor
Author
|
@DaleStudy/coach 승인 |
Contributor
|
이 PR은 다양한 문제 해결 코드들을 깔끔하게 정리하셨네요! 특히 두 포인터를 활용한 'container with most water'와 이진 탐색을 활용한 'Longest Increasing Subsequence' 등 효율적인 알고리즘이 잘 드러납니다. 코드에 적절한 주석도 있어 이해를 돕고 있고, 새로운 문제들에 대한 도전도 인상적입니다. 전체적으로 깔끔하고 체계적인 PR입니다. 승인합니다! |
Member
|
@DaleStudy 승인 |
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.
답안 제출 문제
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!