Skip to content

Commit 1f1d01e

Browse files
committed
Merge branch 'feature/mk' into develop
2 parents 38c1006 + 01ba76a commit 1f1d01e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

minki/lv0/중앙값구하기_김민기.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#중앙값 구하기
1+
# 중앙값 구하기
22

33
## 문제 설명
44
중앙값은 어떤 주어진 값들을 크기의 순서대로 정렬했을 때 가장 중앙에 위치하는 값을 의미합니다. 예를 들어 1, 2, 7, 10, 11의 중앙값은 7입니다. 정수 배열 `array`가 매개변수로 주어질 때, 중앙값을 return 하도록 solution 함수를 완성해보세요.
File renamed without changes.

0 commit comments

Comments
 (0)