Yunsu's Log
Search
검색
다크 모드
라이트 모드
탐색기
태그: Python
66건의 항목
2026년 2월 10일
LeetCode 290: Word Pattern
Algorithm
Python
LeetCode
Hash
String
2026년 2월 10일
LeetCode 593: Valid Square
Algorithm
Python
LeetCode
Geometry
2026년 2월 10일
네 점이 정사각형인지 판별 (Valid Square 원리)
Algorithm
Python
Geometry
2026년 2월 10일
단어 패턴 일치 (Word Pattern · 전단사)
Algorithm
Python
Hash
String
2026년 1월 30일
LeetCode 150: Evaluate Reverse Polish Notation
Algorithm
Python
LeetCode
Stack
2026년 1월 30일
LeetCode 167: Two Sum II - Input Array Is Sorted
Algorithm
Python
LeetCode
Two-Pointer
Array
2026년 1월 30일
LeetCode 199: Binary Tree Right Side View
Algorithm
Python
LeetCode
BFS
Binary-Tree
2026년 1월 30일
LeetCode 230: Kth Smallest Element in a BST
Algorithm
Python
LeetCode
BST
DFS
Inorder
2026년 1월 30일
LeetCode 36: Valid Sudoku
Algorithm
Python
LeetCode
Hash-Set
Grid
2026년 1월 30일
LeetCode 49: Group Anagrams
Algorithm
Python
LeetCode
Hash
String
Sort
2026년 1월 30일
LeetCode 6: Zigzag Conversion
Algorithm
Python
LeetCode
String
Simulation
2026년 1월 30일
LeetCode 62: Unique Paths
Algorithm
Python
LeetCode
Dynamic-Programming
Grid
2026년 1월 30일
LeetCode 71: Simplify Path
Algorithm
Python
LeetCode
Stack
String
2026년 1월 30일
애너그램 그룹화 (Group Anagrams 원리)
Algorithm
Python
Hash
String
Sort
2026년 1월 30일
BST에서 k번째 작은 값 (중위 순회)
Algorithm
Python
BST
DFS
Inorder
2026년 1월 30일
그리드 경로 개수 세기 (Unique Paths 원리)
Algorithm
Python
Dynamic-Programming
Grid
2026년 1월 30일
후위 표기법 계산 (Reverse Polish Notation)
Algorithm
Python
Stack
2026년 1월 30일
스도쿠 유효성 검사 (Valid Sudoku 원리)
Algorithm
Python
Hash-Set
Grid
2026년 1월 30일
이진 트리 레벨별 오른쪽 노드 (Right Side View 원리)
Algorithm
Python
BFS
Binary-Tree
2026년 1월 30일
투포인터 - 정렬된 배열에서 두 수의 합
Algorithm
Python
Two-Pointer
Array
2026년 1월 30일
유닉스 경로 단순화 (Simplify Path 원리)
Algorithm
Python
Stack
String
2026년 1월 30일
지그재그 변환 (Zigzag Conversion 원리)
Algorithm
Python
String
Simulation
2026년 1월 20일
BOJ 11725: 트리의 부모 찾기
Algorithm
Python
DFS
Graph
Tree
2026년 1월 20일
BOJ 14940: 쉬운 최단거리
Algorithm
Python
BFS
Graph
2026년 1월 20일
BOJ 15652: N과 M (4)
Algorithm
Python
Backtracking
DFS
Recursion
2026년 1월 20일
BOJ 15663: N과 M (9)
Algorithm
Python
Backtracking
DFS
Recursion
2026년 1월 20일
BOJ 15666: N과 M (12)
Algorithm
Python
Backtracking
DFS
Recursion
2026년 1월 20일
BOJ 1697: 숨바꼭질
Algorithm
Python
BFS
Graph
2026년 1월 20일
BOJ 2178: 미로 탐색
Algorithm
Python
BFS
Graph
2026년 1월 20일
BOJ 7576: 토마토
Algorithm
Python
BFS
Graph
2026년 1월 18일
BOJ 11053: 가장 긴 증가하는 부분 수열
Algorithm
Python
BOJ
Dynamic-Programming
LIS
2026년 1월 18일
BOJ 15654: N과 M (5)
Algorithm
Python
BOJ
Backtracking
DFS
2026년 1월 18일
백트래킹 (Backtracking)
Algorithm
Python
Backtracking
DFS
Recursion
2026년 1월 18일
가장 긴 증가하는 부분 수열 (LIS)
Algorithm
Python
Dynamic-Programming
LIS
2026년 1월 17일
BOJ 1012: 유기농 배추
Algorithm
Python
BOJ
Graph
BFS
Grid
2026년 1월 17일
BOJ 1074: Z
Algorithm
Python
BOJ
Divide-and-Conquer
Recursion
2026년 1월 17일
BOJ 1260: DFS와 BFS
Algorithm
Python
BOJ
Graph
DFS
BFS
2026년 1월 17일
BOJ 1764: 듣보잡
Algorithm
Python
BOJ
Set
String
Sorting
2026년 1월 17일
BOJ 18870: 좌표 압축
Algorithm
Python
BOJ
Sorting
Coordinate-Compression
2026년 1월 17일
BOJ 1904: 01타일
Algorithm
Python
BOJ
Dynamic-Programming
2026년 1월 17일
BOJ 1927: 최소 힙
Algorithm
Python
BOJ
Heap
Priority-Queue
2026년 1월 17일
BOJ 1931: 회의실 배정
Algorithm
Python
BOJ
Greedy
Sorting
2026년 1월 17일
BOJ 24416: 알고리즘 수업 - 피보나치 수 1
Algorithm
Python
BOJ
Dynamic-Programming
2026년 1월 17일
BOJ 2606: 바이러스
Algorithm
Python
BOJ
Graph
BFS
2026년 1월 17일
BOJ 2630: 색종이 만들기
Algorithm
Python
BOJ
Divide-and-Conquer
Recursion
2026년 1월 17일
BOJ 2805: 나무 자르기
Algorithm
Python
BOJ
Binary-Search
Parametric-Search
2026년 1월 17일
BOJ 9184: 신나는 함수 실행
Algorithm
Python
BOJ
Memoization
2026년 1월 17일
BOJ 9461: 파도반 수열
Algorithm
Python
BOJ
Dynamic-Programming
2026년 1월 17일
BFS (너비 우선 탐색)
Algorithm
Python
Graph
BFS
2026년 1월 17일
이분 탐색 (Binary Search)
Algorithm
Python
Binary-Search
2026년 1월 17일
연결된 컴포넌트 찾기 (Connected Components)
Algorithm
Python
Graph
BFS
DFS
2026년 1월 17일
좌표 압축 (Coordinate Compression)
Algorithm
Python
Sorting
Data-Structure
2026년 1월 17일
DFS (깊이 우선 탐색)
Algorithm
Python
Graph
DFS
2026년 1월 17일
분할 정복 (Divide and Conquer)
Algorithm
Python
Divide-and-Conquer
Recursion
2026년 1월 17일
동적 프로그래밍 (Dynamic Programming)
Algorithm
Python
Dynamic-Programming
2026년 1월 17일
그리디 알고리즘 (Greedy Algorithm)
Algorithm
Python
Greedy
2026년 1월 17일
2D 그리드에서 연결된 컴포넌트 찾기
Algorithm
Python
Graph
BFS
DFS
Grid
2026년 1월 17일
힙 (Heap) 자료구조
Algorithm
Python
Data-Structure
Heap
Priority-Queue
2026년 1월 17일
메모이제이션 (Memoization)
Algorithm
Python
Dynamic-Programming
2026년 1월 17일
Python 입력 최적화: input() vs sys.stdin.readline()
Algorithm
Python
Performance
Optimization
2026년 1월 17일
Set을 이용한 교집합 찾기
Algorithm
Python
Data-Structure
Set
2026년 1월 17일
Z 순회 (Z-order Traversal)
Algorithm
Python
Divide-and-Conquer
Recursion
2026년 1월 16일
BOJ 25192: 인사성 밝은 곰곰이
Algorithm
Python
BOJ
Set
2026년 1월 16일
BOJ 26069: 붙임성 좋은 총총이
Algorithm
Python
BOJ
Set
2026년 1월 16일
Set을 이용한 전염/확산 추적
Algorithm
Python
Data-Structure
Graph
2026년 1월 16일
Set을 이용한 세션별 고유 사용자 추적
Algorithm
Python
Data-Structure