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
- 우선순위큐
- Data Engineering
- 딕셔너리
- Hadoop
- programmers
- 알고리즘
- 데이터 엔지니어링
- 리트코드
- Python
- Apache Hadoop
- 코딩테스트
- 파이썬
- 분산
- 아파치 스파크
- 오블완
- 하둡
- 아파치 하둡
- 프로그래머스
- 스파크
- 분산처리
- heapq
- Apache Spark
- 티스토리챌린지
- leetcode
- HDFS
- docker
- 도커
- 빅데이터
- Spark
- 이진탐색
Archives
- Today
- Total
목록2024/11/21 (1)
래원
[LeetCode] 2257. Count Unguarded Cells in the Grid - Python
난이도: Medium 문제 설명You are given two integers m and n representing a 0-indexed m x n grid. You are also given two 2D integer arrays guards and walls where guards[i] = [rowi, coli] and walls[j] = [rowj, colj] represent the positions of the ith guard and jth wall respectively.A guard can see every cell in the four cardinal directions (north, east, south, or west) starting from their position unless ..
알고리즘/LeetCode
2024. 11. 21. 17:29