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
- Apache Hadoop
- leetcode
- 하둡
- HDFS
- Apache Spark
- programmers
- 데이터 엔지니어링
- Python
- docker
- Hadoop
- 오블완
- 리트코드
- 분산처리
- 알고리즘
- 도커
- 스파크
- 아파치 하둡
- Spark
- 우선순위큐
- 파이썬
- 분산
- 코딩테스트
- 아파치 스파크
- 프로그래머스
- heapq
- 딕셔너리
- 티스토리챌린지
- Data Engineering
- 빅데이터
- 이진탐색
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