[hackerrank] counting sort 1 계수정렬 누적합 배열 만들기
[문제 링크] https://www.hackerrank.com/challenges/countingsort1/problem?isFullScreen=true Counting Sort 1 | HackerRank Count the number of times each value appears. www.hackerrank.com public class CountingSort1 { public static void main(String[] args) { List arr = Arrays.asList(1, 1, 3, 2, 1); counting(arr); } public static List counting(List arr) { int[] answer = new int[100]; for (int i = 0; i < 1..
알고리즘 문제
2023. 4. 15. 23:25
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Java
- EC2
- jmeter시나리오
- 부하테스트시나리오
- Spring
- jmeter세션
- Redisson
- Lock
- CheckedException
- 자바
- 토큰
- 인덱스
- jwt
- 프로그래머스
- Redis
- jmeter테스트
- jmeter로그인
- 항해
- index
- 동적크롤링
- pessimisticlock
- bankersRounding
- 스프링faker
- CorrectnessAndTheLoopInvariant
- 대규모더미데이터
- hackerrank
- jmeter부하테스트
- jmeter쿠키
- Python
- jmeter토큰
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함