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
- sorting
- hash table
- greedy
- Stack
- bit manipulation
- 파이썬
- Counting
- Method
- Math
- array
- dynamic programming
- implement
- Tree
- Number Theory
- 코딩테스트
- 구현
- 자바
- Class
- java
- SQL
- 코테
- string
- database
- Data Structure
- simulation
- two pointers
- geometry
- Binary Search
- Matrix
- Binary Tree
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