
[문제] [해답] import java.util.Arrays; class Solution { public int[] solution(int[] array, int[][] commands) { int[] answer = new int[commands.length]; for(int i = 0; i < commands.length; i++) { int start = commands[i][0] - 1; int end = commands[i][1] - 1; int k = commands[i][2]; int[] tmp = new int[end - start + 1]; int index = 0; for(int j = start; j
흥미/코딩테스트
2023. 7. 20. 02:46
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Phaser
- API
- SpringBoot
- 코테
- git
- 운영체제
- 프로그래머스
- 빅데이터 분석기사
- Advanced Stream
- OS
- MySQL
- db
- spring
- Phaser3
- Java8
- 알고리즘
- nosql
- Stream
- DART
- SQL
- jpa
- 빅데이터
- Spring Boot
- java
- 자료구조
- 메모리
- MongoDB
- 코딩테스트
- node.js
- 프로세스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함