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
- two pointers
- Number Theory
- 구현
- Tree
- Matrix
- Method
- geometry
- bit manipulation
- simulation
- Math
- Class
- 파이썬
- hash table
- database
- Counting
- java
- 코딩테스트
- Binary Search
- sorting
- string
- 코테
- implement
- 자바
- SQL
- array
- greedy
- Stack
- Binary Tree
- Data Structure
- dynamic programming
Archives
- Today
- Total
목록ordered set (2)
코린이의 소소한 공부노트
[LeetCode/Easy] 2363. Merge Similar Items
1. Input 1) int[][] items1 2) int[][] items2 2. Output 1) item별로 총합 무게가 정리된 리스트를 반환 - items[i][0] = i번째 물건의 가치 - items[i][1] = i번째 물건의 무게 - 반환되는 리스트는 가치를 기준으로 오름차순으로 정렬해야 한다. 3. Constraint 1) 1
코딩테스트 풀이/JAVA
2023. 5. 2. 14:57