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