반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 코딩테스트
- 그리디알고리즘
- 백준
- NestJS
- 코테
- 인프런
- js
- 콜백지옥
- 삼성소프트웨어아카데미
- stack
- 중간 평균값 구하기
- 삼성
- 자료구조
- SWEA
- 자바스크립트
- array
- javascript
- spring
- 배열
- 코딩
- mybatis
- 코테준비
- AtoZ0403
- 정렬
- 자바
- java
- 프로그래머스
- 카카오
- 스텍
- 알고리즘
Archives
- Today
- Total
목록리스트 (1)
개발에 AtoZ까지
[JAVA][Array] KClosestPointstoOrigin
1. 문제 We have a list of points on the plane. Find the K closest points to the origin (0, 0). (Here, the distance between two points on a plane is the Euclidean distance.) You may return the answer in any order. The answer is guaranteed to be unique (except for the order that it is in.) Example 1: Input: points = [[1,3],[-2,2]], K = 1 Output: [[-2,2]] Explanation: The distance between (1, 3) and ..
코딩테스트 준비/기타문제
2021. 2. 1. 16:08