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
- 백엔드
- leetcode
- jpa
- glod5
- 구현
- error
- Kakao
- LCS
- LEVEL2
- 백준
- LEVEL1
- siver3
- AWS
- CSS
- spring
- gold2
- leetcode 69
- 9252
- Gold4
- PYTHON
- Thymeleaf
- java
- glod4
- 배포
- 개념
- mysql
- 오류
- HTML
- 프로그래머스
- gold5
Archives
- Today
- Total
목록Count All Valid Pickup and Delivery Options (1)
이 험난한 세상에서어어~
leetcode 1359, Count All Valid Pickup and Delivery Options
문제 설명 n 만큼의 주문이 주어졌을 때, 각 주문은 pickup과 delivery 서비스를 포함하고 있다. 모든 가능한 pickup과 delivery를 나열한 경우의 수를 구하여라. 단 delivery(i)는 pickup(i)보다 뒤에 와야 한다. 만일 정답이 너무 커지면 10^9+7로 나누어라. https://leetcode.com/problems/count-all-valid-pickup-and-delivery-options/ Count All Valid Pickup and Delivery Options - LeetCode Can you solve this real interview question? Count All Valid Pickup and Delivery Options - Given n or..
algorithm/코딩 테스트
2023. 9. 11. 21:58