일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Java
- react hook
- 프로그래머스 완전탐색
- useEffect
- react
- 자바 공부
- 데이터모델링과마이닝
- 장고
- design pattern
- 컴퓨터 네트워크
- 코틀린
- 리액트
- 프로그래밍 언어론
- 코딩테스트 고득점 Kit
- NextJS
- JavaScript
- codesandbox
- React JS
- websocket
- react firebase
- 프로그래머스 자바
- 리액트 훅
- 코딩테스트 고득점 Kit 완전탐색
- 백준
- 자바스크립트
- useState
- 프로그래머스
- 디자인 패턴
- vanillaJS
- 자바
Archives
- Today
- Total
목록arraylist 정렬 오름차순 내림차순 (1)
기록하는 개발자
[프로그래머스][JAVA] 모의고사
import java.util.*; class Solution { public int[] solution(int[] answers) { int[] temp = {0,0,0}; int[] one={1,2,3,4,5}; int[] two={2,1,2,3,2,4,2,5}; int[] three={3,3,1,1,2,2,4,4,5,5}; int max=0, count=3; for(int i=0; i=temp[1])? temp[0] : temp[1]; //최댓값 찾기 max=(max>=temp[2])? max : temp[2]; if (max == 0) //최댓값이 0인 경우 빈 배열 return return new int[] {}; List result = new ArrayList(); for (int i = 0..
Algorithm
2021. 6. 11. 21:41