#26😊 K번째수
[문제] [해답] 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
- Advanced Stream
- Phaser3
- DART
- nosql
- MySQL
- 프로세스
- node.js
- spring
- jpa
- SQL
- 메모리
- API
- OS
- 알고리즘
- 운영체제
- 빅데이터 분석기사
- java
- git
- 코테
- Java8
- 코딩테스트
- MongoDB
- Stream
- SpringBoot
- Phaser
- Spring Boot
- 빅데이터
- db
- 프로그래머스
- 자료구조
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함