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