알고리즘/정렬1 [프로그래머스 연습문제 level_2 ] k번째 수 import java.util.*; class Solution { public int[] solution(int[] array, int[][] commands) { int[] answer = new int[commands.length]; int[] tmpArr = {}; for(int i=0; i 2024. 1. 19. 이전 1 다음