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
- HTML
- glod4
- glod5
- LEVEL1
- 백엔드
- error
- leetcode
- jpa
- 구현
- java
- 오류
- LCS
- leetcode 69
- gold5
- gold2
- Thymeleaf
- 개념
- 배포
- siver3
- Gold4
- spring
- 9252
- 백준
- AWS
- LEVEL2
- CSS
- 프로그래머스
- Kakao
- PYTHON
- mysql
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