최근 포스트

LeetCode :Reverse Integer

최대 1 분 소요

문제 Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-231, ...

Programmers Lv1-K번째수

최대 1 분 소요

문제설명 Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

프로그래머스 :k번째 수

최대 1 분 소요

문제 배열 array의 i번째 숫자부터 j번째 숫자까지 자르고 정렬했을 때, k번째에 있는 수를 구하려 합니다.