반응형
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
- flow chart
- high level client
- AbsDistinct
- java set
- ES Query
- mkdirs
- urllib3
- ELK
- es
- draw.io down
- 카드모으기 자바
- Draw.IO
- Collectors.toMap
- ElasticSearch
- elasticsearch java
- 5amsung
- collect
- mkdir
- codility
- java
- AbsDistinct java
- AbsDistinct 풀이
- 코딩테스트
- Warnings
- analyze api
- es test data
- Elastic Stack
- https warning
- intervals
- low level client
Archives
- Today
- Total
목록math (1)
5AMSUNG
[codility] AbsDistinct
문제안에 답이있는.. 절대값 중복제거 Math 클레스의 절대값을 구하는 abs 메소드를 사용하여 양수 음수 구분없이 처리 하고 중복을 허용하지 않는 자료구조 중 Set 을 사용하여 풀었드아. A non-empty array A consisting of N numbers is given. The array is sorted in non-decreasing order. The absolute distinct count of this array is the number of distinct absolute values among the elements of the array. For example, consider array A such that: A[0] = -5 A[1] = -3 A[2] = -1 A[3]..
Java
2023. 5. 19. 14:23