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
- DP
- 파이썬
- 분산처리
- 그래프
- String
- heapq
- 도커
- 리트코드
- 분산
- 이진탐색
- BFS
- Apache Hadoop
- leetcode
- programmers
- 아파치 카프카
- 우선순위큐
- 티스토리챌린지
- 알고리즘
- 코딩테스트
- 오블완
- 하둡
- docker
- 아파치 하둡
- apache kafka
- 아파치 스파크
- Python
- 카프카
- 문자열
- 프로그래머스
- Apache Spark
Archives
- Today
- Total
목록2025/01/27 (1)
래원
[LeetCode] 1462. Course Schedule IV (Python)
난이도: Medium문제 설명 There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, bi] indicates that you must take course ai first if you want to take course bi.For example, the pair [0, 1] indicates that you have to take course 0 before you can take course 1.Prerequisites can also be indirect. If cours..
알고리즘/LeetCode
2025. 1. 27. 18:03