Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 티스토리챌린지
- 아파치 스파크
- 하둡
- 우선순위큐
- 프로그래머스
- heapq
- DP
- leetcode
- 도커
- programmers
- Python
- 코딩테스트
- apache kafka
- 아파치 카프카
- Apache Spark
- 분산
- 문자열
- 이진탐색
- 카프카
- 분산처리
- 오블완
- 그래프
- String
- 아파치 하둡
- 알고리즘
- docker
- 리트코드
- 파이썬
- Apache Hadoop
- BFS
Archives
- Today
- Total
목록2025/01/24 (1)
래원
[LeetCode] 802. Find Eventual Safe States (Python)
난이도: Medium문제 설명There is a directed graph of n nodes with each node labeled from 0 to n - 1. The graph is represented by a 0-indexed 2D integer array graph where graph[i] is an integer array of nodes adjacent to node i, meaning there is an edge from node i to each node in graph[i]. A node is a terminal node if there are no outgoing edges. A node is a safe node if every possible path starting fro..
알고리즘/LeetCode
2025. 1. 24. 11:13