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
- Data Engineering
- 아파치 하둡
- Apache Spark
- 분산처리
- 빅데이터
- Hadoop
- 파이썬
- 코딩테스트
- 분산
- 도커
- 오블완
- Apache Hadoop
- 알고리즘
- docker
- 리트코드
- heapq
- 스파크
- Python
- 데이터 엔지니어링
- 프로그래머스
- 하둡
- HDFS
- 아파치 스파크
- 딕셔너리
- 이진탐색
- leetcode
- 티스토리챌린지
- Spark
- 우선순위큐
- programmers
Archives
- Today
- Total
목록leetcode 769 (1)
래원
[LeetCode] 769. Max Chunks To Make Sorted (Python)
난이도: Medium문제 설명You are given an integer array arr of length n that represents a permutation of the integers in the range [0, n - 1]. We split arr into some number of chunks (i.e., partitions), and individually sort each chunk. After concatenating them, the result should equal the sorted array. Return the largest number of chunks we can make to sort the array. 문제 예제Example 1:Input: arr = [4,3,2,..
알고리즘/LeetCode
2024. 12. 19. 21:58