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