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
- 우선순위큐
- 딕셔너리
- heapq
- 도커
- 아파치 스파크
- Hadoop
- 리트코드
- docker
- Python
- 하둡
- Apache Spark
- 분산처리
- Apache Hadoop
- Spark
- 티스토리챌린지
- Data Engineering
- 프로그래머스
- 이진탐색
- 스파크
- HDFS
- 오블완
- 알고리즘
- 파이썬
- leetcode
- 분산
- 데이터 엔지니어링
- 빅데이터
- 아파치 하둡
- 코딩테스트
- programmers
Archives
- Today
- Total
목록2024/12/26 (1)
래원
[LeetCode] 494. Target Sum (Python)
난이도: Medium 문제 설명You are given an integer array nums and an integer target.You want to build an expression out of nums by adding one of the symbols '+' and '-' before each integer in nums and then concatenate all the integers.For example, if nums = [2, 1], you can add a '+' before 2 and a '-' before 1 and concatenate them to build the expression "+2-1".Return the number of different expressions ..
알고리즘/LeetCode
2024. 12. 26. 16:58