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 |
Tags
- DP
- Apache Hadoop
- Data Engineering
- leetcode
- 우선순위큐
- docker
- 분산
- KAFKA
- programmers
- 아파치 하둡
- 아파치 카프카
- 오블완
- String
- 도커
- 코딩테스트
- Python
- 빅데이터
- 티스토리챌린지
- 아파치 스파크
- 분산처리
- apache kafka
- 리트코드
- 알고리즘
- Apache Spark
- 하둡
- 이진탐색
- heapq
- 프로그래머스
- 파이썬
- 카프카
Archives
- Today
- Total
목록2024/11/28 (1)
래원
[LeetCode] 3243. Shortest Distance After Road Addition Queries I - Python
난이도: medium 문제 설명You are given an integer n and a 2D integer array queries. There are n cities numbered from 0 to n - 1. Initially, there is a unidirectional road from city i to city i + 1 for all 0 queries[i] = [ui, vi] represents the addition of a new unidirectional road from city ui to city vi. After each query, you need to find the length of the shortest path from city 0 to city n - 1. Retu..
알고리즘/LeetCode
2024. 11. 28. 01:16