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 |
Tags
- array
- 코딩
- 자바
- 인프런
- 일본어공부
- 가벼운학습지
- 코테준비
- 일본어독학
- 정렬
- 가벼운학습지후기
- 일본어학습지
- 삼성소프트웨어아카데미
- 자료구조
- SWEA
- 자바스크립트
- 스텍
- 코테
- mybatis
- 프로그래머스
- stack
- 성인학습지
- 백준
- 코딩테스트
- 알고리즘
- js
- 마이라이트
- 카카오
- java
- javascript
- 삼성
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