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
- 빅데이터
- Apache Hadoop
- docker
- 파이썬
- 딕셔너리
- Hadoop
- programmers
- Data Engineering
- 우선순위큐
- 오블완
- heapq
- 아파치 하둡
- 리트코드
- 도커
- DP
- 알고리즘
- 아파치 스파크
- 데이터 엔지니어링
- 분산처리
- 하둡
- leetcode
- Python
- 이진탐색
- 분산
- 티스토리챌린지
- 스파크
- Apache Spark
- 프로그래머스
- 코딩테스트
- Spark
Archives
- Today
- Total
목록2025/01/03 (1)
래원
[LeetCode] 2270. Number of Ways to Split Array (Python)
난이도: Medium 문제 설명You are given a 0-indexed integer array nums of length n.nums contains a valid split at index i if the following are true:The sum of the first i + 1 elements is greater than or equal to the sum of the last n - i - 1 elements.There is at least one element to the right of i. That is, 0 Return the number of valid splits in nums. 문제 예제Example 1:Input: nums = [10,4,-8,7]Output: 2Expl..
알고리즘/LeetCode
2025. 1. 3. 23:40