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
- window
- ssh
- 프로그래머스
- Client
- centos7
- 토비의스프링
- 책 정리
- mariadb
- EC2
- TypeScript
- spring boot
- SSL
- WebHook
- Git
- vagrant
- Java
- DISTINCT
- AWS
- docker
- db
- Spring Legacy Project
- TLS
- Hibernate
- jdbc
- spring
- sample
- Jenkins
- github
- Linux
- 코딩테스트
Archives
- Today
- Total
목록폰켓몬 (1)
Woopii Vyeolog
[프로그래머스] 폰켓몬
## Github URL : https://github.com/leewoopyo/coding_test/blob/master/programmers/Solution_1845.java GitHub - leewoopyo/coding_test Contribute to leewoopyo/coding_test development by creating an account on GitHub. github.com 1. 소스코드 public int solution(int[] nums) { // List로 Set을 구성함으로서 중복데이터 제거 HashSet set = new HashSet(); // set에 nums의 데이터 삽입 (중복된 데이터가 들어가도 set구조에선 중복데이터가 쌓이지 않음) for (int i : n..
코딩테스트 연습
2022. 4. 11. 01:10